| 1 |
- <view style="height:100vh;margin:32rpx;"><view style="text-align:center;background:#FFFFFF;padding:40rpx;border-radius:32rpx;"><view style="font-size:38rpx;">添加客服微信咨询</view><view style="font-size:32rpx;margin-top:32rpx;">{{"微信号:"+weixin}}</view><view style="font-size:32rpx;margin-top:32rpx;">{{"手机号:"+phone}}</view><view data-event-opts="{{[['tap',[['copyHref',['$event']]]]]}}" style="background:#557EFD;width:200rpx;margin-top:32rpx;font-size:30rpx;margin-left:36%;color:#FFFFFF;padding:4rpx 20rpx;border-radius:24rpx;" bindtap="__e">一键复制</view><image style="margin-top:32rpx;" mode="aspectFit" src="{{images}}" data-event-opts="{{[['tap',[['saveImg',['$event']]]]]}}" bindtap="__e"></image><block wx:if="{{isWeiXin}}"><view style="font-size:28rpx;margin-top:32rpx;">{{isWeiXin?'长按识别上方二维码':''}}</view></block></view></view>
|