1.优化代码

yj-dev
杨杰 3 years ago
parent 632ee2d9fb
commit 247655cd7e
  1. 40
      pages/goods/refuel/refuel.vue
  2. 2
      pages/user/deposit/deposit.vue

@ -7,7 +7,8 @@
<slFilter :independence="true" :color="titleColor" :themeColor="themeColor" :menuList.sync="menuList"
@result="result"></slFilter>
<view class="width90 height100p backcorfff border-r mart10">
<image mode="widthFix" src="../../../static/img/noorder.png" class="recontleft flleft mart10 border-r"></image>
<image mode="widthFix" src="../../../static/img/noorder.png" class="recontleft flleft mart10 border-r">
</image>
<view class="recontright">
<view class="text1 width100 font15 fontwig6 paddtop10">贵州花冠中石油燃气加油站</view>
<view class="width100 mart10 height22">
@ -23,9 +24,10 @@
</view>
</view>
</view>
<view class="width90 height100p backcorfff border-r mart10">
<image mode="widthFix" src="../../../static/img/noorder.png" class="recontleft flleft mart10 border-r"></image>
<image mode="widthFix" src="../../../static/img/noorder.png" class="recontleft flleft mart10 border-r">
</image>
<view class="recontright">
<view class="text1 width100 font15 fontwig6 paddtop10">贵州花冠中石油燃气加油站</view>
<view class="width100 mart10 height22">
@ -41,9 +43,10 @@
</view>
</view>
</view>
<view class="width90 height100p backcorfff border-r mart10">
<image mode="widthFix" src="../../../static/img/noorder.png" class="recontleft flleft mart10 border-r"></image>
<image mode="widthFix" src="../../../static/img/noorder.png" class="recontleft flleft mart10 border-r">
</image>
<view class="recontright">
<view class="text1 width100 font15 fontwig6 paddtop10">贵州花冠中石油燃气加油站</view>
<view class="width100 mart10 height22">
@ -59,7 +62,7 @@
</view>
</view>
</view>
</view>
</template>
@ -105,20 +108,25 @@
},
{
'title': '距离',
'key': 'single',
'key': 'single1',
'isMutiple': false,
'detailTitle': '请选择(单选)',
'reflexTitle': true,
'defaultSelectedIndex': 0,
'detailList': [{
'title': '距离最近',
'value': '距离最近'
}]
'title': '距离最近',
'value': '距离最近'
},
{
'title': '距离最远',
'value': '距离最远'
}
]
},
{
'title': '油号',
'key': 'single',
'key': 'single2',
'isMutiple': false,
'detailTitle': '请选择(单选)',
'reflexTitle': true,
@ -139,26 +147,26 @@
},
{
'title': '距离',
'key': 'single',
'key': 'single3',
'isMutiple': false,
'detailTitle': '请选择(单选)',
'reflexTitle': true,
'defaultSelectedIndex': 0,
'detailList': [{
'title': '默认排序',
'value': ''
'value': '默认排序'
},
{
'title': '发布时间',
'value': 'add_time'
'value': '发布时间'
},
{
'title': '薪资最高',
'value': 'wages_up'
'value': '薪资最高'
},
{
'title': '离我最近',
'value': 'location'
'value': '离我最近'
}
]
}

@ -78,7 +78,9 @@
addOrder,
orderToPay
} from "../../../Utils/Api.js";
// #ifdef H5
var jweixin = require('jweixin-module');
// #endif
export default {
data() {
return {

Loading…
Cancel
Save