jinghaibing 2689ecca8e
Some checks are pending
Actions / Litemall-all (11) (push) Waiting to run
Actions / Litemall-all (11.0.3) (push) Waiting to run
Actions / Litemall-all (8) (push) Waiting to run
Actions / Litemall-all (8.0.192) (push) Waiting to run
Actions / Litemall-admin (10.x) (push) Waiting to run
Actions / Litemall-admin (12.x) (push) Waiting to run
Actions / Litemall-admin (14.x) (push) Waiting to run
Actions / Litemall-vue (10.x) (push) Waiting to run
Actions / Litemall-vue (12.x) (push) Waiting to run
Actions / Litemall-vue (14.x) (push) Waiting to run
Initial commit
2025-04-14 14:25:41 +08:00

40 lines
980 B
Plaintext

<view class="container">
<view class="label">项目名称:</view>
<view class="about-item">
<view class="item-left">
<text>{{name}}</text>
</view>
</view>
<view class="label">项目地址:</view>
<view class="about-item">
<view class="item-left">
<text>{{address}}</text>
</view>
<view class="item-right" bindtap="showLocation">
<van-icon class="right-icon" name="location-o" />
</view>
</view>
<view class="label">电话号码:</view>
<view class="about-item">
<view class="item-left">
<text>{{phone}}</text>
</view>
<view class="item-right" bindtap="callPhone">
<van-icon class="right-icon" name="phone-o" />
</view>
</view>
<view class="label">QQ交流群: </view>
<view class="about-item">
<view class="item-left">
<text>{{qq}}</text>
</view>
<view class="item-right">
<van-icon class="right-icon" name="friends-o" />
</view>
</view>
</view>