Commit 75b9fd84 authored by Mac's avatar Mac

修改样式

parent 4d36f6fc
......@@ -19,14 +19,14 @@
:style="{ height: '100%' }">
<view style="display: flex;flex-direction: column;align-items: center;">
<view v-for="(item, index) in g" :key="index" class="listbox">
<view class="box_top">
<view class="box_top" @click="redirectToDetail(item)">
<Text style='font-size: 14px;'>订单号:{{item.OrderNo}}</Text>
<Text :style="{'font-size':'14px','color':mainColor}">{{item.StatusName}}</Text>
</view>
<view class="box_center" @click="isdetail(index)">
<view class="center_l" >
<u-avatar :src="item.Photo" mode="square" size="70"></u-avatar>
<u-avatar :src="item.Photo" mode="square" size="70" @click.native.stop='gopeopleinfo(item.UserId)'></u-avatar>
<view class="box_ltext">
<Text class='l_name'>{{item.UserName}}</Text>
</view>
......@@ -175,6 +175,16 @@
this.status = "nomore";
}
},
redirectToDetail(item) {
uni.navigateTo({
url: "/pages/order/order-detail?id=" + item.OrderId+'&NewUserId='+item.UserId,
});
},
gopeopleinfo(UserId){
uni.navigateTo({
url: '/pages/share-team/share-detail?UserId=' + UserId
});
},
}
}
</script>
......
......@@ -299,7 +299,7 @@
</view>
</view>
<image mode="widthFix" @click="godiagram" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/useRrelationship.png" style="width:75px;height:24px;"></image>
<image mode="widthFix" @click="godiagram" src="../../static/images/useRrelationship.png" style="width:75px;height:24px;"></image>
</view>
<view class="sharebox_topc">
......@@ -460,7 +460,7 @@
text-overflow: ellipsis;
font-weight: bold;
font-family: aa;
">{{x.UserInfo.Name==headData.Name?'(我)':''}}{{x.UserInfo.Name}}</text>
">{{x.MySelf==true?'(我自己)':''}}{{x.UserInfo.Name}}</text>
<text style="font-size: 11px;color: #999999;">{{x.UserInfo.CreateDate}}</text>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment