微信小程序页面迁移校验之前 P5任务处理之前
This commit is contained in:
19
apps/miniprogram - 副本/miniprogram/pages/mvp/mvp.wxml
Normal file
19
apps/miniprogram - 副本/miniprogram/pages/mvp/mvp.wxml
Normal file
@@ -0,0 +1,19 @@
|
||||
<!--MVP 全链路验证页面-->
|
||||
<view class="container">
|
||||
<view class="title">小程序 MVP 验证</view>
|
||||
<view class="desc">数据来源: test_zqyy_app → test."xcx-test" → ti</view>
|
||||
|
||||
<view class="result" wx:if="{{!error}}">
|
||||
<text class="value">{{tiValue}}</text>
|
||||
</view>
|
||||
|
||||
<view class="error" wx:if="{{error}}">
|
||||
<text>{{error}}</text>
|
||||
</view>
|
||||
|
||||
<view class="retry" bindtap="fetchData">
|
||||
<text>点击刷新</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<dev-fab />
|
||||
Reference in New Issue
Block a user