|
@@ -43,7 +43,8 @@
|
|
|
<view class="value">
|
|
|
<image class="icon-map" src=""></image>
|
|
|
<view class="address-wrap">
|
|
|
- <view class="address">地址:浙江省杭州市余杭区道浙江省杭州市余杭区道浙江省杭州市余杭区道浙江省杭州市余杭区道</view>
|
|
|
+ <view class="address">地址:浙江省杭州市余杭区道浙江省杭州市余杭区道浙江省杭州市余杭区道浙江省杭州市余杭区道
|
|
|
+ </view>
|
|
|
<text class="phone" user-select>12345678910</text>
|
|
|
</view>
|
|
|
<image class="icon-arrow" src=""></image>
|
|
@@ -55,6 +56,17 @@
|
|
|
<view class="tip">长按扫码,添加微信</view>
|
|
|
<button
|
|
|
class="btn-business"
|
|
|
- type="primary">点击联系
|
|
|
+ type="primary"
|
|
|
+ bind:tap="showActionSheet">点击联系
|
|
|
</button>
|
|
|
</view>
|
|
|
+
|
|
|
+<van-action-sheet
|
|
|
+ show="{{ booShow }}"
|
|
|
+ actions="{{ actions }}"
|
|
|
+ cancel-text="取消"
|
|
|
+ description="13429176706可能是一个电话号码,你可以"
|
|
|
+ close-on-click-overlay="{{false}}"
|
|
|
+ bind:cancel="hideActionSheet"
|
|
|
+ bind:select="onSelect"
|
|
|
+/>
|