|
|
|
@ -4,7 +4,6 @@ |
|
|
|
<view class="lf-color-gray">在线客服</view> |
|
|
|
<button class="btn" open-type="contact">在线联系</button> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="lf-row-between item"> |
|
|
|
<view class="lf-color-gray">服务时间</view> |
|
|
|
<view>{{ info.service_period }}</view> |
|
|
|
@ -15,7 +14,7 @@ |
|
|
|
</view> |
|
|
|
<view class="lf-row-between item"> |
|
|
|
<view class="lf-color-gray">联系地址</view> |
|
|
|
<view>{{ info.address }}</view> |
|
|
|
<view style="max-width: 500rpx;">{{ info.address }}</view> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between item"> |
|
|
|
<view class="lf-color-gray">客服微信</view> |
|
|
|
@ -24,7 +23,6 @@ |
|
|
|
<text class="lf-m-l-20 lf-color-primary" @click="copy">复制</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="lf-row-between item"> |
|
|
|
<view class="lf-color-gray">当前版本</view> |
|
|
|
<view>{{ version }}</view> |
|
|
|
|