修改点击点评时的跳转页面
This commit is contained in:
parent
353b01fa4f
commit
8f3af9a2aa
@ -104,7 +104,7 @@
|
|||||||
买单反积分
|
买单反积分
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="merchantItem_right_con_right">
|
<div class="merchantItem_right_con_right" @click="toJump(item)">
|
||||||
<image
|
<image
|
||||||
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_review.png"
|
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_review.png"
|
||||||
mode="aspectFill"
|
mode="aspectFill"
|
||||||
@ -261,6 +261,11 @@ export default {
|
|||||||
uni.setStorageSync("merchantInfo", e);
|
uni.setStorageSync("merchantInfo", e);
|
||||||
NavgateTo("../detail/index");
|
NavgateTo("../detail/index");
|
||||||
},
|
},
|
||||||
|
//跳转点评
|
||||||
|
toJump(e){
|
||||||
|
NavgateTo('../comment/index');
|
||||||
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user