Commit 252807b7 by 赵雅纹

Merge branch 'dev' into feature-zyw

parents 43e48d7a 992ccaa0
...@@ -54,7 +54,8 @@ wxService.page({ ...@@ -54,7 +54,8 @@ wxService.page({
wx.showLoading({ wx.showLoading({
title: '加载中' title: '加载中'
}) })
wxService.post(`/merchant/modelPage/getDetailById?pageId=4`).then(res => { // brandId 1001 2005
wxService.post(`/merchant/modelPage/getDetailById?pageId=4&brandId=2005`).then(res => {
const {result,data} = res.data const {result,data} = res.data
if(result == 0){ if(result == 0){
// 动态设置title // 动态设置title
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment