Commit b9c6e6a9 authored by salitedfish's avatar salitedfish

取消验证码

parent a4fe3ec1
......@@ -36,15 +36,15 @@
</p>
</div>
<div class="flex flex-wrap w-full text-sm mt-3" v-if="!colletionData.isCommemorate || colletionData.isCommemorate == 0">
<div class="text-font-dark-blue">溯源码:</div>
<div class="flex flex-wrap w-full text-sm mt-2" v-if="!colletionData.isCommemorate || colletionData.isCommemorate == 0">
<div class="text-font-dark-blue flex items-center">溯源码:</div>
<!-- <div class="flex-1 pl-3 flex gap-x-2" v-for='(i,index) in getThemeList' :key="index">
<span>{{i}}</span>
</div> -->
<div class="flex-1 flex gap-x-2 justify-between">
<div class="flex-1 flex gap-x-2 justify-between items-center">
<!-- <span>{{colletionData.category}}</span> -->
<span class=" text-zx-blue-white">暂未绑定</span>
<span @click.stop="changeBind">绑定</span>
<div class=" text-zx-blue-white">暂未绑定</div>
<div @click.stop="changeBind" class=" text-white bg-zx-blue-light px-2 rounded text-xs py-1">绑定</div>
</div>
</div>
......@@ -74,7 +74,7 @@ export default Vue.extend({
changeBind(){
this.$toast('对不起,目前不支持绑定~')
}
}
},
});
</script>
<style scoped lang="less">
......
......@@ -45,7 +45,7 @@ export default Vue.extend({
submitTransfer(){
if(!this.$store.state.codeConfirmer.show){
this.$store.commit('codeConfirmer/ToggleCode')
this.$store.dispatch('codeConfirmer/getVertiryCode')
// this.$store.dispatch('codeConfirmer/getVertiryCode')
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment