|
@@ -2,16 +2,16 @@
|
|
|
<view class="main">
|
|
|
<van-row>
|
|
|
<van-col span="24" class="one">
|
|
|
- <!-- <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}"
|
|
|
- duration="{{duration}}">
|
|
|
- <block wx:key="unique" wx:for="{{backgrounds}}" wx:for-item="item">
|
|
|
- <swiper-item>
|
|
|
- <image src="{{item.pic}}"></image>
|
|
|
- </swiper-item>
|
|
|
- </block>
|
|
|
- </swiper> -->
|
|
|
<video src="https://vd3.bdstatic.com/mda-kar9n2ip1u508ewq/hd/mda-kar9n2ip1u508ewq.mp4?pd=20" autoplay loop
|
|
|
- show-mute-btn></video>
|
|
|
+ show-mute-btn></video>
|
|
|
+ </van-col>
|
|
|
+ <van-col span="24" class="personal">
|
|
|
+ <image src="{{userInfo.avatarUrl}}"></image>
|
|
|
+ <view class="userInfo">
|
|
|
+ <text>{{userInfo.nickName}}</text>
|
|
|
+ <text>电话:{{userInfo.phone}}</text>
|
|
|
+ <text>星级:{{userInfo.grade}}</text>
|
|
|
+ </view>
|
|
|
</van-col>
|
|
|
<van-col span="24" class="two">
|
|
|
<text class="comTitle">个人服务</text>
|
|
@@ -68,10 +68,6 @@
|
|
|
<image src="/pages/images/about.png"></image>
|
|
|
<text>关于我们</text>
|
|
|
</view>
|
|
|
- <!-- <view class="num" bindtap="newsBtn">
|
|
|
- <image src="/pages/images/news.png"></image>
|
|
|
- <text>通知新闻</text>
|
|
|
- </view> -->
|
|
|
<view class="num" bindtap="cardBtn">
|
|
|
<image src="/pages/images/ka.png"></image>
|
|
|
<text>我要注册</text>
|
|
@@ -96,10 +92,6 @@
|
|
|
<image src="/pages/images/gd.png"></image>
|
|
|
<text>股东奖池</text>
|
|
|
</view>
|
|
|
- <!-- <view class="num" bindtap="userBtn">
|
|
|
- <image src="/pages/images/user.png"></image>
|
|
|
- <text>用户列表</text>
|
|
|
- </view> -->
|
|
|
</van-col>
|
|
|
</van-row>
|
|
|
</view>
|