刘翔宇-旅管家 3 years ago
parent 8ce1567b43
commit 4a14685c7c

@ -20,12 +20,12 @@
<image mode="heightFix" src="../../static/icon_detail_star_pre@2x.png"></image> <image mode="heightFix" src="../../static/icon_detail_star_pre@2x.png"></image>
</view> </view>
</view> </view>
<view class="shopInfo"> <view class="shopInfo" v-if="false">
<view class="tit"> <view class="tit">
<image mode="heightFix" src="../../static/icon_shijian@2x.png"></image> <image mode="heightFix" src="../../static/icon_shijian@2x.png"></image>
</view> </view>
</view> </view>
<view class="shopInfo"> <view class="shopInfo" v-if="false">
<view class="tit"> <view class="tit">
<image mode="heightFix" src="../../static/icon_dizhi.png"></image> <image mode="heightFix" src="../../static/icon_dizhi.png"></image>
<text>{{info.merchant.address}}</text> <text>{{info.merchant.address}}</text>
@ -44,8 +44,8 @@
<image class="pic" src="../../static/shop-logo.png"></image> <image class="pic" src="../../static/shop-logo.png"></image>
<view class="infos"> <view class="infos">
<view class="name">{{info.merchant.username}}</view> <view class="name">{{info.merchant.username}}</view>
<view class="date-txt">周一至周日 09:00-18:00</view> <view class="date-txt" v-if="false"> 09:00-18:00</view>
<view class="txt">{{info.merchant.address}}</view> <view class="txt" v-if="false">{{info.merchant.address}}</view>
</view> </view>
</view> </view>
</view> </view>
@ -68,7 +68,7 @@
<view class="i_intro">{{item.product_type.name}}</view> <view class="i_intro">{{item.product_type.name}}</view>
</view> </view>
<view class="columnInfo"> <view class="columnInfo">
<view class="title">{{item.name}}</view> <view class="title">{{item.username}}</view>
<view class="discuss"> <view class="discuss">
<view class="starBox"> <view class="starBox">
<image mode="heightFix" src="../../static/icon_detail_star_pre@2x.png"> <image mode="heightFix" src="../../static/icon_detail_star_pre@2x.png">

@ -129,14 +129,14 @@
} }
if (options.product_type_id) { if (options.product_type_id) {
this.product_type_id = options.product_type_id this.product_type_id = options.product_type_id
}
if (options.keyword) {
this.keyword = options.keyword;
} }
}, if (options.keyword) {
onShow() { this.keyword = options.keyword;
}
this.loadPage(1); this.loadPage(1);
}, },
onShow() {},
methods: { methods: {
toback: function() { toback: function() {
let route = getCurrentPages(); let route = getCurrentPages();

Loading…
Cancel
Save