提交 55ff3b8d 编写于 作者: D devil_gong

小程序

上级 61016b06
此差异已折叠。
......@@ -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}}",
......
<button open-type="contact" class="common-customer-service">
<image src="/images/user-nav-customer-service-icon.png"></image>
<text>在线客服</text>
</button>
\ No newline at end of file
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册