去除unicloud空间绑定,修复已知错误

This commit is contained in:
fm453
2025-07-16 03:39:53 +08:00
parent c62d15b288
commit b5b8cc5cbb
412 changed files with 507 additions and 40065 deletions

View File

@ -70,6 +70,7 @@
<uni-notice-bar
text="温馨提示: 请不要随车放置 贵重小件物品(如 眼镜\无线充电器\数据线\U盘\手表\Zipporr火机等)、精密仪器设备(如 电脑等)、易燃易爆物品,车内不得放置违规违禁物品(如 燃料油\火机\酒精\散装酒等),否则司机有权拒载、平台有权拒单。" />
<uni-notice-bar text="有安装了ETC设备的请务必关闭或移除ETC避免扣费" />
<uni-notice-bar text="炎热天气,不要随车装运水果,一定会闷坏的。" />
<text class="uniui-h6 help-block"></text>
</view>

View File

@ -85,7 +85,7 @@
);
},
formReset: function(e) {
// utils.debug('清空数据')
utils.debug('清空数据')
},
goTo(page) {
page = config.pageDir + page;
@ -96,8 +96,8 @@
},
onLoad() {
var user = ctms.user.checkLogin();
var user = store.state.userCloud;
var user = ctms.user.getInfo();
// var user = store.state.userCloud;
this.search.phone = user.mobile;
},
onShow: function() {}
@ -204,4 +204,4 @@
line-height: 1rem;
margin: 1.5rem;
}
</style>
</style>