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.
23 lines
574 B
23 lines
574 B
5 years ago
|
<!--index.wxml-->
|
||
|
<view class="container">
|
||
|
|
||
|
<view class="uploader">
|
||
|
<navigator url="./serverapi/serverapi" open-type="navigate" class="uploader-text">
|
||
|
<text>服务端调用</text>
|
||
|
</navigator>
|
||
|
</view>
|
||
|
|
||
|
<view class="uploader">
|
||
|
<navigator url="./cloudid/cloudid" open-type="navigate" class="uploader-text">
|
||
|
<text>开放数据调用</text>
|
||
|
</navigator>
|
||
|
</view>
|
||
|
|
||
|
<view class="uploader">
|
||
|
<navigator url="./callback/callback" open-type="navigate" class="uploader-text">
|
||
|
<text>消息推送</text>
|
||
|
</navigator>
|
||
|
</view>
|
||
|
|
||
|
</view>
|