Browse Source

隐藏拼团购顺道捎

master
mk 2 years ago
parent
commit
3db07aa5ff
  1. 1272
      package-lock.json
  2. 4
      pages/heartNew/heartNew.wxml
  3. 2
      pages/indexNew/indexNew.wxml
  4. 21
      project.config.json
  5. 31
      project.private.config.json
  6. 1726
      yarn.lock

1272
package-lock.json

File diff suppressed because it is too large

4
pages/heartNew/heartNew.wxml

@ -53,12 +53,12 @@
</view>
</view>
</view>
<view class="tab-left">
<!-- <view class="tab-left">
<view class="tab" wx:for="{{tabLeftList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage">
<image src="{{item.imgUrl}}" class="image-small" />
<view class="tab-text"></view>
</view>
</view>
</view> -->
<view class="tab-right">
<view class="tab" wx:for="{{tabRightList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage">
<image src="{{item.imgUrl}}" class="image-small" />

2
pages/indexNew/indexNew.wxml

@ -179,7 +179,7 @@
</view>
<move-btn wx:if="{{cgmy.id}}" area-top="120" area-height="90%" button-top="820" button-left="600" button-width="140" button-height="140" img-url="{{cgmy.imgUrl}}" bindmovebtnCallBack="toCgmy"></move-btn>
<move-btn area-top="120" area-height="90%" button-top="820" button-left="600" button-width="140" button-height="140" img-url="../../images/dcwj.gif" bindmovebtnCallBack="toForm"></move-btn>
<move-btn area-top="120" area-height="90%" button-top="820" button-left="600" button-width="200" button-height="200" img-url="../../images/dcwj.gif" bindmovebtnCallBack="toForm"></move-btn>
<move-btn wx:if="{{sxjs.id}}" button-top="700" area-top="120" area-height="90%" img-url="{{sxjs.imgUrl}}" bindmovebtnCallBack="toSxjs"></move-btn>
<move-btn wx:if="{{shouye.id}}" area-top="120" area-height="90%" button-top="820" button-left="600" button-width="140" button-height="140" img-url="{{shouye.imgUrl}}" bindmovebtnCallBack="toShouye"></move-btn>
<move-btn wx:if="{{voterConfigImgUrl}}" area-top="120" area-height="90%" button-top="1080" button-left="600" button-width="186" button-height="150" img-url="{{voterConfigImgUrl}}" bindmovebtnCallBack="navigateToVoter"></move-btn>

21
project.config.json

@ -1,9 +1,5 @@
{
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
"es6": true,
@ -20,8 +16,6 @@
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
@ -39,12 +33,11 @@
"lazyloadPlaceholderEnable": false,
"uglifyFileName": false,
"enhance": true,
"useStaticServer": true
"useStaticServer": true,
"condition": false,
"ignoreUploadUnusedFiles": true
},
"compileType": "miniprogram",
"libVersion": "2.9.2",
"appid": "wx6dcf544cdae7d4ec",
"projectname": "e%E9%94%A6%E6%B0%B4-%E5%B1%85%E6%B0%91%E7%AB%AF",
"cloudfunctionTemplateRoot": "",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
@ -161,5 +154,11 @@
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
},
"libVersion": "2.30.3",
"packOptions": {
"ignore": [],
"include": []
},
"appid": "wx6dcf544cdae7d4ec"
}

31
project.private.config.json

@ -73,8 +73,9 @@
},
{
"name": "积分中心",
"pathName": "subpages/integralCentre/pages/index/index",
"pathName": "pages/heartNew/heartNew",
"query": "",
"launchMode": "default",
"scene": null
},
{
@ -100,6 +101,34 @@
"pathName": "pages/indexNew/indexNew",
"query": "",
"scene": null
},
{
"name": "团购详情",
"pathName": "subpages/heart/pages/groupBuyDetail/groupBuyDetail",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "发布团购",
"pathName": "subpages/heart/pages/groupBuyPublish/groupBuyPublish",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "回复",
"pathName": "subpages/association/subpages/association/pages/replyOrRemark/replyOrRemark",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "积分中心",
"pathName": "subpages/integralCentre/pages/exchangeIndex/exchangeIndex",
"query": "",
"launchMode": "default",
"scene": null
}
]
}

1726
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save