更新gitee链接,更新会员协议,更新开源协议

This commit is contained in:
JaylenTech
2021-12-29 22:00:12 +08:00
parent 8f1edabcb0
commit c4d9faf22b
3 changed files with 28 additions and 5 deletions

View File

@@ -57,7 +57,7 @@
<view class="tn-margin-left-sm tn-color-cyan tn-icon-link"></view>
</view>
</tn-list-cell>
<tn-list-cell :hover="true" :unlined="true" :radius="true" :fontSize="30">
<tn-list-cell :hover="true" :unlined="true" :radius="true" :fontSize="30" @click="copyGitee">
<view class="tn-flex tn-flex-col-center">
<view class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center tn-cool-bg-color-1 tn-color-white">
<view class="tn-icon-gitee"></view>
@@ -157,7 +157,14 @@
uni.navigateTo({
url: '/templatePage/life/plus/plus'
})
}
},
// 复制Gitee地址
copyGitee() {
uni.setClipboardData({
data: "https://gitee.com/TSpecific/tuniao-ui",
})
},
}
}
</script>