File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ Page({
4141 } )
4242 } ,
4343
44+ handleToMP ( ) {
45+ wx . navigateToMiniProgram ( {
46+ appId : 'wx6f3e38f61d138c04'
47+ } )
48+ } ,
49+
4450 handleSubscribe ( ) {
4551 const tmpId = 'vjEDlUYrVJ05CauSw_V9jIWF-okt3OMCBtlz9yvjrfg' ;
4652 wx . requestSubscribeMessage ( {
Original file line number Diff line number Diff line change 1818 <t-icon name="control-platform" slot="left-icon" />
1919 <t-tag theme="info" slot="note" variant="light-outline">未实现</t-tag>
2020 </t-cell>
21- <t-cell title="PowerBy" hover arrow bind:click="handleCopy" data-msg="https://github.com/Tencent/tdesign-miniprogram ">
21+ <t-cell title="PowerBy" hover arrow bind:click="handleToMP ">
2222 <t-icon name="chart-bubble" slot="left-icon" />
2323 <t-tag theme="primary" slot="note" variant="light-outline">TDesign Miniprogram</t-tag>
2424 </t-cell>
25- <t-cell title="当前版本" hover bind:click="handleCopy" data-msg="https://github.com/Tencent/tdesign-miniprogram" >
25+ <t-cell title="当前版本">
2626 <t-icon name="info-circle" slot="left-icon" />
2727 <view slot="note">{{version}}</view>
2828 </t-cell>
You can’t perform that action at this time.
0 commit comments