Commit 9394b5df70ebeb2b35b1005dff9c4825b261e0c4

Authored by 范牧
1 parent ecde406930
Exists in master

报错修复

src/pages/details/details.vue
... ... @@ -712,7 +712,5 @@ export default {
712 712 border-radius: 0 20px 20px 0;
713 713 }
714 714 }
715   - /* #endif */
716   -
717 715 }
718 716 </style>
... ...
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>
... ...