联系官方销售客服

1835022288

028-61286886

应用插件 版主:官方插件技术组
微信APP怎样点击跳转啊?
类型:迅睿CMS 更新时间:2020-12-03 16:16:47

模板标签里面


{xunruicms_img_title}

微信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="selfopen-type="switchTaburl="/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接口

回帖
  • 吾吃饱
    #1楼    吾吃饱
    2020-12-03 16:16:20
    Chrome 0
    这官方的教程没有写详细,少了什么步骤 ?http://help.xunruicms.com/985.html
  • 官方插件技术-实习
    #2楼    官方插件技术-实习
    2020-12-03 16:16:47
    Chrome 0
    你按照微信的文档来开发就行了,官方这个只是一个demo样式,仅供参考,具体语法要看微信那边