仿互站小程序

This commit is contained in:
Drawfans
2020-06-09 16:17:23 +08:00
commit 7bfd53851e
321 changed files with 22890 additions and 0 deletions

5
vant/icon/index.wxml Normal file
View File

@@ -0,0 +1,5 @@
<view bind:tap="onClick" class="custom-class {{classPrefix}} {{utils.isSrc(name)?'van-icon--image':classPrefix+'-'+name}}" style="{{color?'color: '+color+';':''}}{{size?'font-size: '+size+';':''}}{{customStyle}}">
<van-info customClass="van-icon__info" info="{{info}}" wx:if="{{info!==null}}"></van-info>
<image class="van-icon__image" src="{{name}}" wx:if="{{utils.isSrc(name)}}"></image>
</view>
<wxs module="utils" src="../wxs/utils.wxs" />