环境
Showing
2 changed files
with
3 additions
and
3 deletions
| 1 | // dev | 1 | // dev |
| 2 | const baseUrl_api = 'http://192.168.1.134:8787' | 2 | // const baseUrl_api = 'http://192.168.1.134:8787' |
| 3 | // const baseUrl_api = 'http://47.98.186.233:8787' | 3 | // const baseUrl_api = 'http://47.98.186.233:8787' |
| 4 | // const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/' | 4 | const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/' |
| 5 | const loginImage_api = 'https://tk001.wxjylt.com/stage-api' | 5 | const loginImage_api = 'https://tk001.wxjylt.com/stage-api' |
| 6 | const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do' | 6 | const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do' |
| 7 | 7 | ... | ... |
| ... | @@ -116,7 +116,7 @@ | ... | @@ -116,7 +116,7 @@ |
| 116 | <!-- 按钮组 --> | 116 | <!-- 按钮组 --> |
| 117 | <view class="btn-group"> | 117 | <view class="btn-group"> |
| 118 | <view> | 118 | <view> |
| 119 | <text class="more" @click.stop="goToDetail(item)">更多</text> | 119 | <!-- <text class="more" @click.stop="goToDetail(item)">更多</text> --> |
| 120 | </view> | 120 | </view> |
| 121 | <view class="btn-flex"> | 121 | <view class="btn-flex"> |
| 122 | <!-- 待缴费:去缴费 --> | 122 | <!-- 待缴费:去缴费 --> | ... | ... |
-
Please register or sign in to post a comment