Commit 96deb3b4 authored by 黄奎's avatar 黄奎

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents 48881382 ecdeea70
...@@ -669,7 +669,7 @@ ...@@ -669,7 +669,7 @@
/> />
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">首发政策</view> <view class="label-text">首发、首秀、首展政策</view>
<input <input
type="text" type="text"
v-model="model.StartingInfo" v-model="model.StartingInfo"
...@@ -679,7 +679,7 @@ ...@@ -679,7 +679,7 @@
placeholder-style="color:#CECECE;" placeholder-style="color:#CECECE;"
/> />
</view> </view>
<view class="bottom-border"> <!-- <view class="bottom-border">
<view class="label-text">首秀政策</view> <view class="label-text">首秀政策</view>
<input <input
type="text" type="text"
...@@ -700,7 +700,7 @@ ...@@ -700,7 +700,7 @@
placeholder="请填写首展政策" placeholder="请填写首展政策"
placeholder-style="color:#CECECE;" placeholder-style="color:#CECECE;"
/> />
</view> </view> -->
<view style="margin-top: 30px"> <view style="margin-top: 30px">
<view class="butBox2" @click="carrierSubmit" v-if="!disabled"> <view class="butBox2" @click="carrierSubmit" v-if="!disabled">
...@@ -1249,7 +1249,6 @@ export default { ...@@ -1249,7 +1249,6 @@ export default {
this.model.FirstShopNumList[currentIndex].Id = this.shenList[index].Id; this.model.FirstShopNumList[currentIndex].Id = this.shenList[index].Id;
this.model.FirstShopNumList[currentIndex].Name = this.model.FirstShopNumList[currentIndex].Name =
this.shenList[index].Name; this.shenList[index].Name;
console.log(1138, index, currentIndex);
}, },
addFirstShop() { addFirstShop() {
this.model.FirstShopNumList.push({ Id: 0, Name: "", Num: 0 }); this.model.FirstShopNumList.push({ Id: 0, Name: "", Num: 0 });
......
This diff is collapsed.
This diff is collapsed.
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