活动按钮状态流转
This commit is contained in:
1
unpackage/dist/dev/mp-weixin/pages/component/diy/introduceDiy.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/component/diy/introduceDiy.wxml
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user