You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
753 B
15 lines
753 B
<template name="votejoinok">
|
|
<view class="joinok">
|
|
<image class="img" src="../../resource/icon/ok.png"></image>
|
|
<view class="msg1">{{config.font[70]}}</view>
|
|
<view class="msg2" wx:if="{{data.checkstate==2}}">{{config.font[71]}} <label class="joinid">{{data.id}}</label> {{config.font[72]}}</view>
|
|
<block wx:if="{{data.checkstate==1}}">
|
|
<view class="msg2">{{config.font[73]}} <label class="joinid">{{data.id}}</label>
|
|
</view>
|
|
<view class="msg2">{{config.font[74]}}</view>
|
|
</block>
|
|
<view class="toindex">
|
|
<view bindtap="viewjump" data-topage="mall" style="color:{{config.buttonbgcolor}}">{{config.font[75]}}</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|