微信小程序吧 关注:57,386贴子:699,204
  • 4回复贴,共1

小程序navigator导航栏为什么不是返回,是关闭,求解决。。。。

只看楼主收藏回复


怎么变成

代码:
<template name="products">
<navigator open-type="navigate"
url="/pages/product/index?id={{id}}" class="navi">
<view class="box">
<view class="box-img">
<image class="img" src="{{thumb_path}}"></image>
</view>
<view class="box-info">
<text>{{title}}</text>
</view>
</view>
</navigator>
</template>


IP属地:广东1楼2017-07-29 11:26回复
    左上角x变成后退按钮


    IP属地:广东2楼2017-07-29 11:27
    收起回复