diff --git a/mini-app/TodoList.md b/mini-app/TodoList.md
index 3e1ba670e..fe0c381e4 100644
--- a/mini-app/TodoList.md
+++ b/mini-app/TodoList.md
@@ -1,17 +1,12 @@
注X:完成
-域名[]
+域名[x]
注册[X]
登录[X]
首页装修[x]
资讯/酒庄信息管理[x]
-采集酒庄介绍(图标/图片)[0/12]
-采集产品介绍(图标/图片)[0/12]
-
-产品追溯[]
-新品推荐(就产品列表)[x]
-视频直播[]
-
+采集酒庄介绍(图标/图片)[6/12]
+采集产品介绍(图标/图片)[6/12]
商品列表[x]
商品管理[x]
商品详情[x]
@@ -20,18 +15,20 @@
订单管理[x]
生成支付[x]
支付回调[x]
+紫环会[x]
+发货单excel输出[x]
+我的[x]
+******---------------******
-紫环会[] ----这是啥
-
-
+公众号专题链接列表[]
+产品追溯[]
+视频直播[]
+新品推荐[]
+用户协议/隐私政策[]
+小程序图标[]
退款申请[]
物流追踪[]
-发货单excel输出[x]
-发货单excel倒入[x]
-
-小程序图标[]
-我的页面图标/图片[]
-
+发货单excel导入[]
diff --git a/mini-app/project.config.json b/mini-app/project.config.json
index 3517b1361..373e59553 100644
--- a/mini-app/project.config.json
+++ b/mini-app/project.config.json
@@ -139,6 +139,13 @@
"id": -1,
"name": "订单列表",
"pathName": "pages/mall/order/order-list",
+ "query": "",
+ "scene": null
+ },
+ {
+ "id": -1,
+ "name": "\bwebview",
+ "pathName": "pages/webView/web",
"scene": null
}
]
diff --git a/mini-app/src/app.wpy b/mini-app/src/app.wpy
index e0aedab91..b67dc68cf 100644
--- a/mini-app/src/app.wpy
+++ b/mini-app/src/app.wpy
@@ -110,7 +110,8 @@ pages: [
'pages/mall/order/order-check',
'pages/mall/shopping-car/shopping-car-list',
'pages/winery/winery-detail',
-'pages/winery/winery-list'
+'pages/winery/winery-list',
+'pages/webView/web'
],
navigateToMiniProgramAppIdList: [
diff --git a/mini-app/src/appManager.js b/mini-app/src/appManager.js
index a7922e85a..55ceb3089 100644
--- a/mini-app/src/appManager.js
+++ b/mini-app/src/appManager.js
@@ -1,6 +1,7 @@
import store from '@/store'
import eventHub from './common/eventHub'
import userApis from './apis/userApis'
+import { webViewPage } from './store/constant/nav/pages'
class AppManager {
login(callBack) {
@@ -29,8 +30,6 @@ class AppManager {
self.setRemoteUserInfo(req2.userInfo)
}
-
-
wx.hideLoading()
if (callBack) {
@@ -95,7 +94,7 @@ class AppManager {
}
if (!path) {
- this.showToast('建设中')
+ this.showToast('建设中,敬请期待.')
return
}
@@ -107,6 +106,12 @@ class AppManager {
showToast(msg) {
wx.showToast({ title: msg, icon: 'none' })
}
+
+ navWeb(url) {
+ store.state.currWebUrl = url
+
+ this.navigateTo(webViewPage)
+ }
}
export default new AppManager()
diff --git a/mini-app/src/components/mall/order/order-detail-list-body.wpy b/mini-app/src/components/mall/order/order-detail-list-body.wpy
index 20d57a30d..4463b8b23 100644
--- a/mini-app/src/components/mall/order/order-detail-list-body.wpy
+++ b/mini-app/src/components/mall/order/order-detail-list-body.wpy
@@ -64,7 +64,7 @@ module.exports.parseOrderStatus = parseOrderStatus;
-
+
diff --git a/mini-app/src/components/mall/order/order-list-body.wpy b/mini-app/src/components/mall/order/order-list-body.wpy
index 156e0f64b..91322f456 100644
--- a/mini-app/src/components/mall/order/order-list-body.wpy
+++ b/mini-app/src/components/mall/order/order-list-body.wpy
@@ -63,7 +63,7 @@ module.exports.parseOrderStatus = parseOrderStatus;
-
+
diff --git a/mini-app/src/components/mall/tab/mall-bbs.wpy b/mini-app/src/components/mall/tab/mall-bbs.wpy
index bfd132ec9..f8a7cee41 100644
--- a/mini-app/src/components/mall/tab/mall-bbs.wpy
+++ b/mini-app/src/components/mall/tab/mall-bbs.wpy
@@ -4,63 +4,68 @@
width: 100%;
height: 536rpx;
z-index: -10;
-
}
+
-
+
-
+
+ 敬请期待
+ 即将上线更多福利,记得关注哦~
-
-
-
-
-
-
-
+ 先逛逛葡萄酒
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+{
+navigationBarText: '详情',
+navigationBarTextStyle: 'black',
+
+}
+
diff --git a/mini-app/src/pages/winery/winery-list.wpy b/mini-app/src/pages/winery/winery-list.wpy
index 889fb0766..cdc3ae2fb 100644
--- a/mini-app/src/pages/winery/winery-list.wpy
+++ b/mini-app/src/pages/winery/winery-list.wpy
@@ -85,7 +85,16 @@ page {
const parseImage = (imageKey) => {
return 'https://winery-1257413599.cos.ap-beijing.myqcloud.com/' + imageKey
}
+const parseAwards = (value) => {
+if (!value) {
+return []
+}
+
+return value.split(',')
+}
+
module.exports.parseImage = parseImage;
+module.exports.parseAwards = parseAwards;
@@ -122,23 +131,26 @@ module.exports.parseImage = parseImage;
-
+
{{item.mchName}}
{{item.subtitle}}
-
-
xxxxxxxxxxx大赛·金奖
-
xxxxxxxxxx大赛·银奖
+
+
+
+ {{awardItem}}
+
-
-
-
-
+
+
+
diff --git a/mini-app/src/store/constant/nav/my.js b/mini-app/src/store/constant/nav/my.js
index d98ec22d2..3ab3a804d 100644
--- a/mini-app/src/store/constant/nav/my.js
+++ b/mini-app/src/store/constant/nav/my.js
@@ -29,7 +29,7 @@ export const myMenuList2 = [
icon: imgbaseUrl + '/my/tool_2.png',
path: orderDetailListPage
}, {
- name: '优惠券',
+ name: '条款政策',
icon: imgbaseUrl + '/my/tool_3.png',
path: ''
}
diff --git a/mini-app/src/store/constant/nav/pages.js b/mini-app/src/store/constant/nav/pages.js
index b7cd9619e..b3ec18d3f 100644
--- a/mini-app/src/store/constant/nav/pages.js
+++ b/mini-app/src/store/constant/nav/pages.js
@@ -6,3 +6,4 @@ export const userAddressListPage = '/pages/mall/user/user-address-list'
export const goodsDetailPage = '/pages/mall/goods/goods-detail'
export const wineryListPage = '/pages/winery/winery-list'
export const wineryDetailPage = '/pages/winery/winery-detail'
+export const webViewPage = '/pages/webView/web'
diff --git a/mini-app/src/store/index.js b/mini-app/src/store/index.js
index 3a36cbcc6..09cc83ec1 100644
--- a/mini-app/src/store/index.js
+++ b/mini-app/src/store/index.js
@@ -15,7 +15,8 @@ export default new Vuex.Store({
avatarUrl: 'https://img.yzcdn.cn/vant/cat.jpeg'
},
token: '',
- company: '企业名称'
+ company: '企业名称',
+ currWebUrl: ''
},
// 订单
order: {},