|
@@ -6,7 +6,7 @@
|
|
<view class="user-info">
|
|
<view class="user-info">
|
|
<image src="@/static/ws/default_avatar.png" mode="widthFix"></image>
|
|
<image src="@/static/ws/default_avatar.png" mode="widthFix"></image>
|
|
<view class="ws-login" @click="toAuthorize">请登录</view>
|
|
<view class="ws-login" @click="toAuthorize">请登录</view>
|
|
- <!-- <view class="user-text"> 瑞恺迪光电科技有限公司有限公司撒娇观看了 </view> -->
|
|
|
|
|
|
+ <!-- <view class="user-text"> 瑞恺迪光电科技有限公司有限公司 </view> -->
|
|
</view>
|
|
</view>
|
|
<!-- 背景图 -->
|
|
<!-- 背景图 -->
|
|
<image class="user-bg" src="@/static/ws/user_bg.png" mode="widthFix"></image>
|
|
<image class="user-bg" src="@/static/ws/user_bg.png" mode="widthFix"></image>
|
|
@@ -16,30 +16,30 @@
|
|
<view class="order-wrap">
|
|
<view class="order-wrap">
|
|
<view class="more">
|
|
<view class="more">
|
|
<text class="title">我的订单</text>
|
|
<text class="title">我的订单</text>
|
|
- <view> <text class="more-right">全部订单</text> <text class="iconfont iconchakangengduo"></text> </view>
|
|
|
|
|
|
+ <view> <text class="more-right">全部订单</text> <text class="iconfont icon-chakangengduo"></text> </view>
|
|
</view>
|
|
</view>
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
<view class="order-nav">
|
|
<view class="order-nav">
|
|
<view class="order-nav-item">
|
|
<view class="order-nav-item">
|
|
- <image src="../../static/ws/dh_dqr_01.png" mode="widthFix"></image> <text>待确认</text>
|
|
|
|
|
|
+ <image src="@/static/ws/dh_dqr_01.png" mode="widthFix"></image> <text>待确认</text>
|
|
</view>
|
|
</view>
|
|
<view class="order-nav-item">
|
|
<view class="order-nav-item">
|
|
- <image src="../../static/ws/dh_dfk_02.png" mode="widthFix"></image> <text>待付款</text>
|
|
|
|
|
|
+ <image src="@/static/ws/dh_dfk_02.png" mode="widthFix"></image> <text>待付款</text>
|
|
</view>
|
|
</view>
|
|
<view class="order-nav-item">
|
|
<view class="order-nav-item">
|
|
- <image src="../../static/ws/dh_dfh_03.png" mode="widthFix"></image> <text>待发货</text>
|
|
|
|
|
|
+ <image src="@/static/ws/dh_dfh_03.png" mode="widthFix"></image> <text>待发货</text>
|
|
</view>
|
|
</view>
|
|
<view class="order-nav-item">
|
|
<view class="order-nav-item">
|
|
- <image src="../../static/ws/dh_yfh_04.png" mode="widthFix"></image> <text>已发货</text>
|
|
|
|
|
|
+ <image src="@/static/ws/dh_yfh_04.png" mode="widthFix"></image> <text>已发货</text>
|
|
</view>
|
|
</view>
|
|
<view class="order-nav-item"> <image src="../../static/ws/dh_tk_05.png" mode="widthFix"></image> <text>退款</text> </view>
|
|
<view class="order-nav-item"> <image src="../../static/ws/dh_tk_05.png" mode="widthFix"></image> <text>退款</text> </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 订单状态区域END -->
|
|
<!-- 订单状态区域END -->
|
|
<!-- 帮机构下单 -->
|
|
<!-- 帮机构下单 -->
|
|
- <view class="place-order">
|
|
|
|
- <view class="place-left"> <text class="iconfont iconbangjigouxiadan"></text> <text class="title">帮机构下单</text> </view>
|
|
|
|
- <text class="iconfont iconchakangengduo"></text>
|
|
|
|
|
|
+ <view class="place-order" @click="toClubList">
|
|
|
|
+ <view class="place-left"> <text class="iconfont icon-bangjigouxiadan"></text> <text class="title">帮机构下单</text> </view>
|
|
|
|
+ <text class="iconfont icon-chakangengduo"></text>
|
|
</view>
|
|
</view>
|
|
<!-- 帮机构下单END -->
|
|
<!-- 帮机构下单END -->
|
|
<!-- 客服 -->
|
|
<!-- 客服 -->
|
|
@@ -100,9 +100,14 @@ export default {
|
|
...mapState(['hasLogin', 'userInfo'])
|
|
...mapState(['hasLogin', 'userInfo'])
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- toAuthorize(){
|
|
|
|
|
|
+ toClubList() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url:'/pages/login/authorize'
|
|
|
|
|
|
+ url: '../user/club/club-list'
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+ toAuthorize() {
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: '/pages/authorization/authorization'
|
|
})
|
|
})
|
|
},
|
|
},
|
|
getUserInfo() {
|
|
getUserInfo() {
|
|
@@ -410,7 +415,7 @@ export default {
|
|
background: linear-gradient(to right, #fccd90, #b6762f);
|
|
background: linear-gradient(to right, #fccd90, #b6762f);
|
|
color: #fff;
|
|
color: #fff;
|
|
border-radius: 24rpx;
|
|
border-radius: 24rpx;
|
|
- .iconfont{
|
|
|
|
|
|
+ .iconfont {
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
margin-right: 6rpx;
|
|
margin-right: 6rpx;
|
|
}
|
|
}
|