Commit 1ad9b80d authored by zhengke's avatar zhengke

no message

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