Commit 5e4b770e authored by mengcuiguang's avatar mengcuiguang

订单支付页添加联系客服

parent 2f4b31f0
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
</view> </view>
<view style="display: flex;flex-direction: column;align-items: center;"> <view style="display: flex;flex-direction: column;align-items: center;">
<view style="font-size: 24rpx;color: gray;margin-top: 16rpx;margin-bottom: 18rpx;"> <button @click="handleKefu" open-type="im" data-im-id="dy1d1fub8mqd" style="font-size: 24rpx;color: gray;margin-top: 16rpx;margin-bottom: 18rpx;background-color: transparent;">
订单中如有疑问,请在个人中心联系客服</view> 订单中如有疑问,请在个人中心联系客服</button>
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
that.queryOrderStatus(largeType, ttData.tidStr); that.queryOrderStatus(largeType, ttData.tidStr);
}, },
fail(res) { fail(res) {
message.notify(res.errMsg); // message.notify(res.errMsg);
}, },
}); });
} else { } else {
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
that.queryOrderStatus(largeType, ttData.tidStr); that.queryOrderStatus(largeType, ttData.tidStr);
}, },
fail(res) { fail(res) {
message.notify(res.errMsg); // message.notify(res.errMsg);
}, },
}); });
} }
......
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