This commit is contained in:
gongfuxiang
2023-08-24 13:57:52 +08:00
parent d39e377eb3
commit cd4b6e334c
2 changed files with 2 additions and 2 deletions

View File

@ -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、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立

View File

@ -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>