Merge branch 'xie'
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<view v-for="(item, index) in argee" :key="index" style="font-size: 32rpx;">
|
||||
<radio class="agreeRadio" :value="item.id" :checked="item.id == radioValue"
|
||||
color="#258feb" @click="radioCheck(index)"></radio>
|
||||
默认收获地址
|
||||
默认收货地址
|
||||
</view>
|
||||
</radio-group>
|
||||
</view>
|
||||
|
||||
@@ -128,7 +128,7 @@ import { mapState } from "vuex";
|
||||
export default {
|
||||
components: {
|
||||
courseDescription, //课程说明
|
||||
editAddress, //编辑收获地址
|
||||
editAddress, //编辑收货地址
|
||||
},
|
||||
props: ["backState", "type"],
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user