Commit 9f78f0eb authored by Mac's avatar Mac

1

parent f6e7c56e
......@@ -469,13 +469,13 @@
this.QRcodeShow = true;
let that = this
let UserInfo = uni.getStorageSync('mall_UserInfo') ?uni.getStorageSync('mall_UserInfo'):{};
let SmallShopId = UserInfo.SmallShopId?UserInfo.SmallShopId:0
uni.showNavigationBarLoading();
that.request2(
{
url: '/api/AppletUser/GetWeiXinQRCodeForAppletSmallShops',
data: {
Path:'pages/index/index?user_id=' + UserInfo.UserId+'&SmallShopId='+ UserInfo.SmallShopId,
Path:'pages/index/index?user_id=' + UserInfo.UserId+'&SmallShopId='+ SmallShopId,
With:212,
}
},
......
......@@ -47,13 +47,13 @@
</view>
<view class="Sitem_k" v-if="x.PriceType ==1 " style="display: flex;flex-direction: row;align-items: center">
<view style="width: 44px;">百分比:</view>
<input class="uni-input inputM Sitem_k" v-model="x.UpPrice" @blur='verification(x,index2)' />
%
</view>
<view class="Sitem_k" v-if="x.PriceType ==2 " style="display: flex;flex-direction: row;align-items: center;">
<view style="width: 44px;">国定金额:</view>
<input class="uni-input inputM Sitem_k" v-model="x.UpPrice" @blur='verification(x,index2)'/>
</view>
......@@ -80,7 +80,7 @@
<view></view>
<span v-if="editMsg.PriceType==1" style='font-size: 14px;color: #08090E;'>百分比</span>
<span v-if="editMsg.PriceType==2" style='font-size: 14px;color: #08090E;'>固定金额</span>
<span v-if="editMsg.PriceType==null" style='font-size: 14px;color: #08090E;'>请选择</span>
<span v-if="editMsg.PriceType==0" style='font-size: 14px;color: #08090E;'>请选择</span>
<u-icon name="arrow-down" size="20" color="#000"></u-icon>
</view>
<span v-if="editMsg.PriceType==1" style='font-size: 11px;'>百分比范围:{{editMsg.CustomMinPriceRate}}% ~ {{editMsg.CustomMaxPriceRate}}%</span>
......@@ -503,12 +503,15 @@
-webkit-box-orient: vertical;
}
.Sitem_k{
width: 35%;
width: 25%;
text-align: center;
/* line-height: 25px; */
display: flex;flex-direction: row;
align-items: center;
justify-content: center;
}
.goodsEditStyle .inputM{
width: 45%;
width: 60%;
border: 1px solid #E2E2E2;
margin: 0 3px;
}
......
......@@ -69,7 +69,7 @@
<view class="box_c_name">{{item.Name}}</view>
<view style="width:100%;height: 20px;display: flex;align-items: center;justify-content: flex-end;">
<view style="width: 20px;height: 20px;align-items: center;justify-content: center;display: flex;" @click="itemEdit(item)">
<image src="../../../static/images/edit.png" style="width: 15px;height: 15px;"></image>
<image src="../../../static/images/edit.png" style="width: 20px;height: 20px;"></image>
</view>
</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