mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-04 04:52:56 +08:00
派单
This commit is contained in:
2
App.vue
2
App.vue
@ -69,7 +69,7 @@
|
||||
"/pages/user/user"
|
||||
],
|
||||
// 请求地址
|
||||
request_url: 'http://shopxo.com/',
|
||||
request_url: 'https://new.shopxo.vip/',
|
||||
// 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/)
|
||||
static_url: 'https://new.shopxo.vip/',
|
||||
// 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立)
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
</view>
|
||||
<view class="single-text margin-top-sm">
|
||||
<text class="cr-gray">电话:</text>
|
||||
<text class="cr-base" data-event="copy" :data-value="item.address_data.tel" @tap="text_event">{{item.address_data.tel}}</text>
|
||||
<text class="cr-base" data-event="tel" :data-value="item.address_data.tel" @tap="text_event">{{item.address_data.tel}}</text>
|
||||
</view>
|
||||
<view class="margin-top-sm pr">
|
||||
<text class="cr-gray va-t">地址:</text>
|
||||
|
||||
Reference in New Issue
Block a user