小程序
parent
61016b063e
commit
55ff3b8d59
File diff suppressed because one or more lines are too long
|
|
@ -61,7 +61,7 @@ App({
|
|||
// 请求地址
|
||||
request_url: "{{request_url}}",
|
||||
request_url: 'http://tp5-dev.com/',
|
||||
//request_url: 'http://test.shopxo.net/',
|
||||
request_url: 'http://test.shopxo.net/',
|
||||
|
||||
// 基础信息
|
||||
application_title: "{{application_title}}",
|
||||
|
|
|
|||
|
|
@ -62,6 +62,11 @@
|
|||
.nav-box .nav-item .item-name{
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
.nav-box .nav-item .item-desc {
|
||||
margin-right: 50rpx;
|
||||
margin-top: 2rpx;
|
||||
width: calc(100% - 300rpx);
|
||||
}
|
||||
.nav-box .nav-item .item-arrow{
|
||||
width: 25rpx;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
<view a:if="{{customer_service_tel != null}}" class="nav-item" onTap="call_event">
|
||||
<image src="/images/user-nav-customer-service-icon.png" class="item-icon" mode="widthFix" />
|
||||
<text class="item-name">联系客服 </text>
|
||||
<text class="item-name">客服电话 </text>
|
||||
<text class="item-name cr-blue">{{customer_service_tel}}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ App({
|
|||
// 请求地址
|
||||
// request_url: "{{request_url}}",
|
||||
request_url: 'http://tp5-dev.com/',
|
||||
//request_url: 'https://test.shopxo.net/',
|
||||
request_url: 'https://test.shopxo.net/',
|
||||
|
||||
// 基础信息
|
||||
application_title: "{{application_title}}",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
<button open-type="contact" class="common-customer-service">
|
||||
<image src="/images/user-nav-customer-service-icon.png"></image>
|
||||
<text>在线客服</text>
|
||||
</button>
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
<view wx:if="{{customer_service_tel != null}}" class="nav-item" bindtap="call_event">
|
||||
<image src="/images/user-nav-customer-service-icon.png" class="item-icon" mode="widthFix" />
|
||||
<text class="item-name">联系客服 </text>
|
||||
<text class="item-name">客服电话 </text>
|
||||
<text class="item-name cr-blue">{{customer_service_tel}}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue