@@ -16,7 +16,7 @@ | |||
:clear="false"></uni-data-select> | |||
</view> | |||
</view> | |||
<view class="item"> | |||
<view class="item last"> | |||
<text>业务类型:</text> | |||
<uni-data-select v-model="state.businessTypeVal" :localdata="state.businessRange" | |||
@change="changeBusiness" :clear="false"></uni-data-select> | |||
@@ -240,9 +240,9 @@ | |||
line-height: 24px; | |||
} | |||
/* /deep/.uni-stat__select { | |||
width: 180rpx; | |||
} */ | |||
/deep/.last .uni-stat__select { | |||
width: 320rpx; | |||
} | |||
/deep/.uni-select__selector-empty, | |||
/deep/.uni-select__selector-item { |
@@ -18,11 +18,11 @@ | |||
"type": 1, | |||
"image": "image/index/goRecharge.png", | |||
}, | |||
{ | |||
"title": "对公账户", | |||
"type": 2, | |||
"image": "image/index/goRecharge.png" | |||
} | |||
// { | |||
// "title": "对公账户", | |||
// "type": 2, | |||
// "image": "image/index/goRecharge.png" | |||
// } | |||
], | |||
}); | |||
const go = (type) => { |