File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ Page({
6363 }
6464 } ,
6565
66+ toMyCenter ( ) {
67+ wx . navigateTo ( {
68+ url : '/pages/my/index'
69+ } )
70+ } ,
71+
6672 toNext ( e ) {
6773 const { max, index } = e . target . dataset ;
6874
Original file line number Diff line number Diff line change 156156 color : #0052d9 ;
157157 }
158158 }
159+ }
160+
161+ .ad-tips {
162+ font-size : 20 rpx;
163+ margin-top : 16 rpx;
164+ color : #999 ;
165+ text-align : center ;
166+
167+ &__route {
168+ color : #0052d9 ;
169+ }
159170}
Original file line number Diff line number Diff line change 4242 </t-tab-panel>
4343 </t-tabs>
4444
45- <ad-custom wx:if="{{adFlag}}" unit-id="adunit-376059436c4aaff9" style="margin-top: 32rpx"></ad-custom>
45+ <block wx:if="{{adFlag}}" >
46+ <ad-custom unit-id="adunit-376059436c4aaff9" style="margin-top: 32rpx"></ad-custom>
47+ <view class="ad-tips">广告可以在 <text class="ad-tips__route" bind:tap="toMyCenter">“个人中心”</text> 关闭</view>
48+ </block>
4649
4750 <t-toast id="t-toast" />
4851 <view class="popup popup--top popup--{{startTimeout ? 'active' : 'normal'}}">
You can’t perform that action at this time.
0 commit comments