小程序完成(账号密码登录、风格修改、签字功能)

This commit is contained in:
2026-03-06 18:47:52 +08:00
parent 6f7604897f
commit 96be55b0be
13 changed files with 1173 additions and 186 deletions
+3 -3
View File
@@ -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>