Commit 9394b5df70ebeb2b35b1005dff9c4825b261e0c4
1 parent
ecde406930
Exists in
master
报错修复
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
src/pages/details/details.vue
src/pages/myOrderPaying/myOrderPaying.vue
... | ... | @@ -106,7 +106,7 @@ |
106 | 106 | <view class="order-info-hr"></view> |
107 | 107 | <view class="order-info-contact"> |
108 | 108 | <image src="../../static/myorder-paying-contact.png"></image> |
109 | - <text>联系客服</text> | |
109 | + <button open-type="contact">联系客服</button> | |
110 | 110 | </view> |
111 | 111 | </view> |
112 | 112 | </view> | ... | ... |