活动按钮状态流转

This commit is contained in:
2026-03-25 15:53:37 +08:00
commit 37346e790f
2762 changed files with 240282 additions and 0 deletions

View File

@@ -0,0 +1 @@
<view class="diy-introduce" style="{{'padding:'+(paddingTop+' '+paddingLeft)+';'+('background:'+(showStyle.background)+';')+('border-radius:'+(itemBorderRadius)+';')}}"><image class="introduce-image" style="{{'width:'+(iconSize)+';'+('height:'+(iconSize)+';')+('border-radius:'+(borderRadius)+';')}}" src="{{$root.m0}}" mode="aspectFill"></image><text class="introduce-title" style="{{'font-size:'+(nameSize)+';'+('font-weight:'+(showStyle.nameWeight)+';')}}">{{showParams.name}}</text><view data-event-opts="{{[['tap',[['onClick']]]]}}" class="introduce-btn" style="{{'font-size:'+(btnSize)+';'+('border-radius:'+(btnBorderRadius)+';')+('background:'+('linear-gradient(90deg, '+showStyle.btnColor1+' 0, '+showStyle.btnColor2+' 100%)')+';')}}" bindtap="__e">{{showParams.btnName}}</view></view>