diy
parent
4bb66f73d9
commit
a65b6347be
|
|
@ -776,7 +776,8 @@
|
||||||
// 现金支付
|
// 现金支付
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
content: msg,
|
content: msg,
|
||||||
showCancel: false,
|
showCancel: false,
|
||||||
|
confirmText: this.$t('common.confirm'),
|
||||||
success(res) {
|
success(res) {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
// 跳转支付页面
|
// 跳转支付页面
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<!-- 模式选择,站点类型选择 销售+自提 -->
|
<!-- 模式选择,站点类型选择 销售+自提 -->
|
||||||
<view v-if="buy_site_model_list.length > 1" class="buy-site-model bg-white oh tc" :class="'count-'+buy_site_model_list.length">
|
<view v-if="buy_site_model_list.length > 1" class="buy-site-model bg-white oh tc" :class="'count-'+buy_site_model_list.length">
|
||||||
<block v-for="(item, index) in buy_site_model_list" :key="index">
|
<block v-for="(item, index) in buy_site_model_list" :key="index">
|
||||||
<view :class="'item fl cp ' + (buy_site_model_value == item.value ? 'cr-main' : 'cr-base')" :data-ext="item.ext" :data-value="item.value" @tap="buy_site_model_event">{{ item.name }}</view>
|
<view :class="'item fl cp ' + (buy_site_model_value == item.value ? 'nav-active-line cr-main' : 'cr-base')" :data-ext="item.ext" :data-value="item.value" @tap="buy_site_model_event">{{ item.name }}</view>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue