diff --git a/pages.json b/pages.json index fee973c..fee8786 100644 --- a/pages.json +++ b/pages.json @@ -19,7 +19,8 @@ "path": "pages/index/index", "needLogin": true, "style": { - "navigationBarTitleText": "电梯图纸生成平台" + "navigationBarTitleText": "电梯图纸生成平台", + "enablePullDownRefresh":true } }, { diff --git a/pages/index/index.vue b/pages/index/index.vue index e242ef5..4e26499 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -15,45 +15,42 @@ 选择图纸模板 + style: 'width: 300rpx;height:200rpx;marginLeft: 10rpx;' + }, { + type: 'custom', + num: 1, + gap: '20rpx', + style: 'width: 300rpx;height:200rpx;marginLeft: 10rpx;' + }] + }]"> - - ¥ {{item.price_cents / 100}} - {{item.name}} - {{item.description}} + + ¥ {{ item.price_cents / 100 }} + {{ item.name }} + {{ item.description }} - + 设置参数 + type: 'line', + num: 3, + gap: '20rpx' + }]"> - - - + + + - + + \ No newline at end of file