uniapp/components/sh_page/findPage.vue
@@ -66,7 +66,7 @@ <image class="avator-img" :src="itms.anchor.head_img" mode="aspectFill"></image> <view class="name-time"> <view class="name"> {{itms.anchor.nickname}} 小官精选 </view> <view class="time" v-text="getTimer(itms.update_time)"> <!-- {{getTimer(itms.updateTime)}} --> @@ -282,7 +282,7 @@ gofindDetails(id) { console.log(id) uni.navigateTo({ url: "./findGoods?id=" + id url: "/pages/find/findGoods?id=" + id }) },