小程序完成(账号密码登录、风格修改、签字功能)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<view>
|
||||
<scroll-view scroll-y class="page bg-white">
|
||||
<cu-custom bgColor="bg-cyan" :isBack="true"><block slot="backText">返回</block><block slot="content">追溯详情(按周转箱)</block></cu-custom>
|
||||
<cu-custom bgColor="bg-blue" :isBack="true"><block slot="backText">返回</block><block slot="content">追溯详情(按周转箱)</block></cu-custom>
|
||||
<view class="cu-timeline margin-top" v-for="(value,index) in traceBoxDetailsInfo" :key="index">
|
||||
<view class="cu-time">{{value.date}}</view>
|
||||
<view class="cu-item text-cyan" v-for="(val,ind) in value.content" :key="ind">
|
||||
<view class="content bg-cyan shadow-blur">
|
||||
<view class="cu-item text-blue" v-for="(val,ind) in value.content" :key="ind">
|
||||
<view class="content bg-blue shadow-blur">
|
||||
{{val.data}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user