123456789101112131415161718192021222324252627282930313233 |
- <!--pages/user/user.wxml-->
- <van-cell-group inset>
- <view class="pages-user">
- <view class="pages-user-profile" >
- <view class="pages-user-profile-1"></view>
- </view>
- <view class="pages-user-username">
- <view class="pages-user-username-1">deter</view>
- <view class="pages-user-username-2">wxID:a3426d3e8</view>
- <view class="pages-user-username-4">
- <van-icon name="/assets/tabBar_img/修改.png"></van-icon>
- <view class="pages-user-username-4-text">编辑个性签名,展示我的独特态度。</view>
- </view>
- <van-cell bindtap="changeBtn" value="编辑个人信息" is-link class="pages-user-username-3" value-class="font-size:12px;"></van-cell>
- </view>
- </view>
- <van-cell class="pages-user-order">
- <van-icon name="/assets/tabBar_img/订单.png" class="pages-user-order-1"></van-icon>
- <view class="pages-user-order-2">我的订单</view>
- </van-cell>
- <van-cell-group class="pages-user-comdity">
- <van-cell title="已售商品" value="查看更多" is-link class="pages-user-comdity-1"></van-cell>
- <van-image width="100px" height="120px" fit="cover" src="https://img.js.design/assets/smartFill/img386164da74ff50.jpeg" class="pages-user-comdity-2"></van-image>
- <van-image width="100px" height="120px" fit="cover" src="https://img.js.design/assets/smartFill/img430164da758808.jpeg" class="pages-user-comdity-2"></van-image>
- <van-image width="100px" height="120px" fit="cover" src="https://img.js.design/assets/smartFill/img355164da74c4b8.jpg" class="pages-user-comdity-2"></van-image>
- </van-cell-group>
- <van-cell-group class="pages-user-comdity">
- <van-cell title="待售商品" value="查看更多" is-link class="pages-user-comdity-1"></van-cell>
- <van-image width="100px" height="120px" fit="cover" src="https://img.js.design/assets/smartFill/img425164da758808.jpg" class="pages-user-comdity-2"></van-image>
- <van-image width="100px" height="120px" fit="cover" src="https://img.js.design/assets/smartFill/img434164da758808.jpeg" class="pages-user-comdity-2"></van-image>
- <van-image width="100px" height="120px" fit="cover" src="https://img.js.design/assets/smartFill/img383164da74ff50.jpg" class="pages-user-comdity-2"></van-image>
- </van-cell-group>
- </van-cell-group>
|