完善预订商城

This commit is contained in:
myTest383
2025-02-14 17:44:50 +08:00
parent 6356c2d637
commit 160c1b9b4d
46 changed files with 411 additions and 289 deletions

View File

@@ -372,6 +372,7 @@
var params = {
customerSid: getApp().globalData.sid,
orgPath: getApp().globalData.orgPath,
affiliation: _this.affiliation,
reserveDate: _this.info.reserveDate,
storeSid: _this.info.storeSid,

View File

@@ -61,7 +61,7 @@
<view v-if="notData" style="display: flex;flex-direction: column;align-items: center;margin-top: -30vw;">
<image src="https://supervise.yxtsoft.com/lpk/image/not_Cart.png" mode="aspectFit"
<image src="https://ordermall.yxtsoft.com/image/not_Cart.png" mode="aspectFit"
style="width: 50vw;height: 50vw;"></image>
<view style="display: flex;flex-direction: column;align-items: center;margin-top: 10px;">
<text style="font-size: 14px; color: #666;margin-right: 5px;">购菜车是空的</text>