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.
10 lines
354 B
10 lines
354 B
<view class="m-hint" wx:if="{{iniLoaded && filled==1}}">您已经填写过该表单!</view>
|
|
<view class="m-hint" wx:elif="{{iniLoaded && !permitted}}">无权查看!</view>
|
|
|
|
<web-view wx:elif="{{iniLoaded && permitted}}"
|
|
src="{{h5Url}}"
|
|
bindload="handleSuccess"
|
|
binderror="handleError" />
|
|
|
|
|
|
<loading showed="{{ !iniLoaded }}" />
|
|
|