init
This commit is contained in:
38
wx49a18253b90a02d2/pages/product/detail.wxml
Normal file
38
wx49a18253b90a02d2/pages/product/detail.wxml
Normal file
@@ -0,0 +1,38 @@
|
||||
<view class="page">
|
||||
<view class="item bdbt">
|
||||
<view class="lt">
|
||||
<image mode="aspectFit" src="/img/p1.png"></image>
|
||||
</view>
|
||||
<view class="rt">
|
||||
<view class="name">电商小程序</view>
|
||||
<view class="xinghao" hidden="{{datas.product.version==''?true:false}}">标准:简单</view>
|
||||
<view class="price">价格:¥<text class="money"> 2000 </text>元</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="duanluo">
|
||||
<image mode="aspectFit" src="/img/banner.png"></image>
|
||||
<text class="content">
|
||||
|
||||
电商小程序电商小程序电商小程序电商小程序电商小程序电商小程序,
|
||||
电商小程序电商小程序电商小程序电商小程序,
|
||||
电商小程序电商小程序电商小程序电商小程序电商小程序
|
||||
|
||||
|
||||
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="jszc">技术支持:某某科技公司</view>
|
||||
<view style="height:100rpx;"></view>
|
||||
<view class="footer">
|
||||
<navigator url="/pages/contact/liuyan">
|
||||
<view class="lt">
|
||||
<image src="/img/yj.png"></image>
|
||||
<text>在线咨询</text>
|
||||
</view>
|
||||
</navigator>
|
||||
<view bindtap="calling" class="rt" style="background:red">
|
||||
<image src="/img/tel.png"></image>
|
||||
<text>拨打电话</text>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user