|
|
@ -33,14 +33,6 @@ |
|
|
|
¥{{items.premium}}元 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="se-mt-20 se-px-30"> |
|
|
|
<u-checkbox-group v-model="insuranceChecked"> |
|
|
|
<u-checkbox name="true" activeColor="#ff7a31" label-size="14" shape="circle"> |
|
|
|
<text class="se-fs-28 se-c-black">购买保险</text> |
|
|
|
<text class="se-fs-24 se-c-text-third se-ml-10" v-if="items.premium">(¥{{items.premium}}元)</text> |
|
|
|
</u-checkbox> |
|
|
|
</u-checkbox-group> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="se-mt-10 se-py-30 se-px-30 se-bs se-bgc-white se-br-20"> |
|
|
|
<u-radio-group |
|
|
@ -163,6 +155,9 @@ |
|
|
|
checkboxChange(n) { |
|
|
|
console.log('change', n); |
|
|
|
}, |
|
|
|
insuranceCheckboxChange(n) { |
|
|
|
console.log('insurance change', n); |
|
|
|
}, |
|
|
|
getOrderDetail(){ |
|
|
|
orderDetail({orderId:this.id}).then(response=>{ |
|
|
|
console.info('orderDetail',response) |
|
|
@ -231,9 +226,10 @@ |
|
|
|
}) |
|
|
|
}, |
|
|
|
onDetail(){ |
|
|
|
uni.redirectTo({ |
|
|
|
url:"/pages_subpack/order-detail/index?orderId="+this.id |
|
|
|
}) |
|
|
|
// uni.redirectTo({ |
|
|
|
// url:"/pages_subpack/order-detail/index?orderId="+this.id |
|
|
|
// }) |
|
|
|
uni.navigateBack(-1) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|