Commit 1ad9b80d authored by zhengke's avatar zhengke

no message

parent e36104c6
...@@ -10,7 +10,10 @@ ...@@ -10,7 +10,10 @@
<view></view> <view></view>
</view> </view>
</view> </view>
</view> </view>
<view style="height: calc(100vh - 50px); background: #fff;" v-if="g.length != 0"> <view style="height: calc(100vh - 50px); background: #fff;" v-if="g.length != 0">
<u-empty text="快去上传估价商品吧" mode="order"></u-empty> <u-empty text="快去上传估价商品吧" mode="order"></u-empty>
</view> </view>
...@@ -50,7 +53,7 @@ ...@@ -50,7 +53,7 @@
<text style="font-size: 17px;">11</text> <text style="font-size: 17px;">11</text>
<text style="font-size: 11px;">22</text> <text style="font-size: 11px;">22</text>
</view> </view>
<view class="text">共55</view> <view class="text">共2</view>
</view> </view>
</view> </view>
</template> </template>
...@@ -58,7 +61,7 @@ ...@@ -58,7 +61,7 @@
<Text>应付金额:</Text> <Text>应付金额:</Text>
<text style="font-size: 10px;"></text> <text style="font-size: 10px;"></text>
<text style="font-size: 17px;">11</text> <text style="font-size: 17px;">11</text>
<text style="font-size: 11px;">22</text> <text style="font-size: 11px;">.22</text>
</view> </view>
<!-- TODO 样式结构修改--> <!-- TODO 样式结构修改-->
<view class="handle"> <view class="handle">
...@@ -190,8 +193,8 @@ ...@@ -190,8 +193,8 @@
created() { created() {
this.contentHeight = this.$utils.calcContentHeight(-40) + "px"; this.contentHeight = this.$utils.calcContentHeight(-40) + "px";
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
this.themCustomStyle.color = this.mainColor; this.themCustomStyle.color = '#D0A86C';
this.themCustomStyle.borderColor = this.mainColor; this.themCustomStyle.borderColor = '#D0A86C';
}, },
mounted() { mounted() {
let currentPages = getCurrentPages(); let currentPages = getCurrentPages();
...@@ -224,6 +227,7 @@ ...@@ -224,6 +227,7 @@
methods: { methods: {
choose(item){ choose(item){
this.headID = item.Id this.headID = item.Id
this.getOrderStatus()
}, },
getOrderStatus() { getOrderStatus() {
this.msg.pageIndex = 1; this.msg.pageIndex = 1;
...@@ -243,7 +247,7 @@ ...@@ -243,7 +247,7 @@
Id: 0, Id: 0,
} }
this.list.unshift(obj) this.list.unshift(obj)
this.msg.OrderStatus = this.list[this.current].Id; this.msg.OrderStatus = this.headID//this.list[this.current].Id;
this.init(); this.init();
} }
} }
......
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