|
@@ -1,6 +1,12 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
|
|
|
|
|
|
|
+ <view class="list" v-if="shopId == 1421">
|
|
|
|
|
+ <view>
|
|
|
|
|
+ <image mode="widthFix" :src="`${constant.imgUrl}/ghs/ttxhjm.jpg`" style="widht:100%;"></image>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
<view class="list" v-if="shopId == 520 || shopId == 1489">
|
|
<view class="list" v-if="shopId == 520 || shopId == 1489">
|
|
|
<view>
|
|
<view>
|
|
|
<view class="title">配送范围:</view>
|
|
<view class="title">配送范围:</view>
|
|
@@ -74,6 +80,9 @@ export default {
|
|
|
this.shopId = this.option.shopId
|
|
this.shopId = this.option.shopId
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ init(){
|
|
|
|
|
+
|
|
|
|
|
+ },
|
|
|
goBack(){
|
|
goBack(){
|
|
|
uni.navigateBack()
|
|
uni.navigateBack()
|
|
|
},
|
|
},
|