Commit 86271ffb authored by youjie's avatar youjie

优化

parent 67dece9c
...@@ -983,8 +983,13 @@ ...@@ -983,8 +983,13 @@
class="SaleText" class="SaleText"
@click="SelectSales(item)"> @click="SelectSales(item)">
<view>{{ item.EmName }}</view> <view>{{ item.EmName }}</view>
<uni-icons :type="SaleId==item.CreateBy?'checkmarkempty':''" <view>
:color="SaleId==item.CreateBy?'#ff3166':''" size="24"></uni-icons> <u-radio-group v-model="SaleId" @change="SelectSales"
style="position: relative;top:10rpx;">
<u-radio shape="circle" :name="item.CreateBy" :icon-size="36"
active-color="#ff3166"></u-radio>
</u-radio-group>
</view>
</view> </view>
</view> </view>
</scroll-view> </scroll-view>
...@@ -1064,10 +1069,12 @@ ...@@ -1064,10 +1069,12 @@
customer: {}, customer: {},
SaleName: '', SaleName: '',
SaleId: 0, SaleId: 0,
mc: '',
}; };
}, },
created() {}, created() {},
onLoad(option) { onLoad(option) {
this.mc = this.$uiConfig.mainColor;
this.customer = uni.getStorageSync("b2b_user"); this.customer = uni.getStorageSync("b2b_user");
if (!option.scene) { if (!option.scene) {
if (option.lineId) { if (option.lineId) {
...@@ -2364,8 +2371,8 @@ ...@@ -2364,8 +2371,8 @@
padding: 0 20px; padding: 0 20px;
} }
.SaleText{ .SaleText{
height: 70rpx; height: 80rpx;
line-height: 67rpx; line-height: 77rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
border-bottom: 1rpx solid #eee; border-bottom: 1rpx solid #eee;
......
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