91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

小程序二級頁面如何設置導航

九三
282
2020-12-24 13:46:15
欄目: 云計算

小程序二級頁面如何設置導航

小程序二級頁面設置導航欄代碼如下

index.wxml部分

<view class='dataCent'>

<view class='MenuDiv' wx:for="{{arrayMenu}}" data-index="{{index}}" bindtap='clickMenu'>

<view class='leftimg'>

<image src="https://jiqiren.icehot.cc/wxtest/img2.png"></image>

</view>

<view class='rightimg'>

<view class='rightimg-top'>

{{item.topcent}}

</view>

<view class='rightimg-bot'>

{{item.botcent}}

</view>

<view class='bottomImages' hidden='{{item.hideHidden}}'>

<view wx:for="{{item.menu}}">{{item.cent}}</view>

</view>

</view>

</view>

</view>

index.wxss部分

.dataCent{

width: 200px;margin: 0 auto;

}

.MenuDiv{

overflow: hidden;

}

.MenuDiv:first-child{

border-bottom: 1px solid #ccc;

}

.MenuDiv>view{

float: left;

}

.rightimg{

width: calc(100% - 10px);

text-align: center;

}

.leftimg>image{

width: 10px;height: 10px;

}

.rightimg-top{

font-size: 40rpx;

}

.rightimg-bot{

font-size: 20rpx;

}

.bottomImages>view{

font-size: 30rpx;padding-left: 15rpx;box-sizing: border-box;

line-height: 2;

border-top: 1px solid #ededed;

}

app.json部分

Page({

data: {

arrayMenu: [{

topcent: '菜單一',

botcent: 'caidanyi',

menu: [

{

cent: '菜單1-1'

},

{

cent: '菜單1-2'

},

{

cent: '菜單1-3'

}

],

hideHidden: true

},

{

topcent: '菜單二',

botcent: 'caidaner',

menu: [

{

cent: '菜單2-1'

},

{

cent: '菜單2-2'

},

{

cent: '菜單2-3'

}

],

hideHidden: true

}

]

},

clickMenu: function (e) {

var that = this;

console.log("打印索引值", e.currentTarget.dataset.index);

var index = e.currentTarget.dataset.index;

var staues = that.data.arrayMenu[index].hideHidden;

console.log("111", staues);

var stauesval = "arrayMenu[" + index + "].hideHidden";

if (staues == true) {

that.setData({

[stauesval]: false

})

} else {

that.setData({

[stauesval]: true

})

}

},

onLoad: function (options) {

},

onReady: function () {

},

onShow: function () {

},

onHide: function () {

},

onUnload: function () {

},

onPullDownRefresh: function () {

},

onReachBottom: function () {

},

onShareAppMessage: function () {

}

})

0
望江县| 长沙县| 海兴县| 红原县| 遵义县| 恩平市| 如东县| 巧家县| 三门县| 仪陇县| 吴旗县| 福鼎市| 安阳市| 博白县| 聂拉木县| 日喀则市| 勃利县| 鹿邑县| 醴陵市| 宜昌市| 锦屏县| 金川县| 信宜市| 祁门县| 土默特左旗| 水城县| 宜都市| 吉林省| 伊通| 耒阳市| 泰兴市| 兰坪| 台前县| 公主岭市| 西藏| 天峨县| 镇赉县| 平度市| 民丰县| 鱼台县| 保亭|