jufubao-food 1.0.12-beta13 → 1.0.12-beta14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -221,8 +221,8 @@
|
|
|
221
221
|
</view>
|
|
222
222
|
</view>
|
|
223
223
|
<view slot="btn" style="display: flex;margin-top: 40rpx;">
|
|
224
|
-
<xd-button type="info" size="small" @click="handleChangeStop">更换门店</xd-button>
|
|
225
|
-
<xd-button type="primary" size="small"
|
|
224
|
+
<xd-button v-if="shopInfo.is_switch_shop==='Y'" style="margin-right: 40rpx;"type="info" size="small" @click="handleChangeStop">更换门店</xd-button>
|
|
225
|
+
<xd-button type="primary" size="small" @click="handleCreatePayConfirm">就是这家</xd-button>
|
|
226
226
|
</view>
|
|
227
227
|
</XdDailog>
|
|
228
228
|
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
return false;
|
|
781
781
|
}
|
|
782
782
|
return {
|
|
783
|
-
|
|
783
|
+
buyer_phone_number: this.buyer_phone_number,
|
|
784
784
|
comment: this.comment,
|
|
785
785
|
meal_method: this.meal_method,
|
|
786
786
|
};
|