联系官方销售客服
1835022288
028-61286886
模板标签里面
微信APP怎样点击跳转啊?装了官方的app接口插件后,小程序首页能调用显示文章标题,却不能跳转。不知道要怎样写才对?|
<!--index.wxml-->
<view class="container">
<block wx:for="{{mynews}}" wx:for-item="news">
<view class="news-view">
<view class="news-title">
<navigator target="self" open-type="switchTab" url="/pages/news/index.php?c=show&id={{news.id}}">{{news.title}}</navigator>
</view>
</view>
</block>
<view class="usermotto">
<text class="user-motto">{{motto}}</text>
</view>
</view>
插件版权:官方插件
插件名称:app接口