|
|
@@ -57,7 +57,7 @@
|
|
|
<text style="color: #FF8205;"> {{item.shopScore?item.shopScore:0}}分</text>
|
|
|
<text
|
|
|
class="text-gray flex-sub margin-left-xs">销量{{item.shopSales?item.shopSales:0}}</text>
|
|
|
- <view style="border: 2rpx solid #CCC6C6; border-radius: 8rpx;color: #707070;font-size: 20rpx;padding: 5rpx 8rpx; ">{{item.autoSendOrder==1?'商家配送':'平台配送'}}</view>
|
|
|
+ <!-- <view style="border: 2rpx solid #CCC6C6; border-radius: 8rpx;color: #707070;font-size: 20rpx;padding: 5rpx 8rpx; ">{{item.autoSendOrder==1?'商家配送':'平台配送'}}</view> -->
|
|
|
</view>
|
|
|
<view class="text-gray margin-top-xs flex justify-between">
|
|
|
<view>起送 ¥{{item.minimumDelivery}} 配送 ¥{{item.errandMoney?item.errandMoney:0}}
|
|
|
@@ -194,7 +194,7 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(e) {
|
|
|
- console.log(e)
|
|
|
+ console.log(e,'ll')
|
|
|
this.city=e.city
|
|
|
this.XCXIsSelect = this.$queue.getData('XCXIsSelect');
|
|
|
if (this.XCXIsSelect == '否') {
|