|
@@ -20,7 +20,7 @@
|
|
|
|
|
|
|
|
<view v-if="item.location == 1"
|
|
<view v-if="item.location == 1"
|
|
|
style="width:90upx;padding:6upx 0 6upx 0;font-size:22upx;background-color:#7babc1;color:white;position:absolute;left:0;top:0;text-align:center;"
|
|
style="width:90upx;padding:6upx 0 6upx 0;font-size:22upx;background-color:#7babc1;color:white;position:absolute;left:0;top:0;text-align:center;"
|
|
|
->附近</view>
|
|
|
|
|
|
|
+>本地</view>
|
|
|
|
|
|
|
|
<view class="store_name">
|
|
<view class="store_name">
|
|
|
<image :src="item.avatar"></image>
|
|
<image :src="item.avatar"></image>
|
|
@@ -82,7 +82,7 @@ export default {
|
|
|
value: "0"
|
|
value: "0"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- name: "附近",
|
|
|
|
|
|
|
+ name: "本地",
|
|
|
key: "1",
|
|
key: "1",
|
|
|
value: "0"
|
|
value: "0"
|
|
|
}
|
|
}
|