完善预订商城
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user