You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
452 B
14 lines
452 B
<!--pages/store/myStore.wxml-->
|
|
<view class="container">
|
|
<view class="store-item-top">
|
|
<view>{{ shop_info.name }}</view>
|
|
|
|
<view class="store-item-disc">地址:{{ shop_info.sheng }}{{ shop_info.shi }}{{ shop_info.xian }}{{ shop_info.address }}</view>
|
|
|
|
<view class="store-item-bottom">
|
|
<view>营业时间:{{ shop_info.business_hours }}</view>
|
|
<view>联系电话:{{ shop_info.mobile }}</view>
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|