活动
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="df jcc" style="padding-top: 100px;">
|
||||
<qrcode value="123" :size="200"/>
|
||||
<qrcode v-if="value" :value="value" :size="200"/>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -16,11 +16,8 @@
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
this.value = option.item
|
||||
this.value = option.id
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user