Commit e56f1cb6 by 高淑倩

add: 订单详情_物流

parent d688fdca
......@@ -32,7 +32,8 @@ Page({
* 生命周期函数--监听页面显示
*/
onShow: function () {
const { code } = this.options
console.log('-----code----', code)
},
copy(e) {
......
......@@ -2,7 +2,7 @@
<view class="header-wrap" style="background-image:url('/assets/imgs/7_1_0/rf_bgc.jpg')">
<view class="refund-status">
<view class="look-logistics">
<navigator url="/pages/logistics/logistics" hover-class="none">
<navigator url="/pages/logistics/logistics?code={{detail.logistic.supplierCode}}" hover-class="none">
<button class="btn btn-primary btn-outline">查看物流</button>
</navigator>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment