Commit d0be0c73 by 程智春

Merge branch 'nativehome_tst' of http://code.mayi888.com/chengmo/mayi-mp-shop into nativehome_tst

parents d6354868 712cac1c
...@@ -16,8 +16,8 @@ module.exports = merge(prodEnv, {//zjgyl ...@@ -16,8 +16,8 @@ module.exports = merge(prodEnv, {//zjgyl
// BASE_URL:"'https://shop.mayi888.com'", // BASE_URL:"'https://shop.mayi888.com'",
// BASE_URL:"'http://192.168.1.146:3005'", // BASE_URL:"'http://192.168.1.146:3005'",
// BASE_URL:"'http://192.168.1.127:3000'", // BASE_URL:"'http://192.168.1.127:3000'",
// BASE_URL:"'https://test-m-shop.mayi888.cn'", BASE_URL:"'https://test-m-shop.mayi888.cn'",
BASE_URL:"'http://172.16.1.48:3004'", // BASE_URL:"'http://172.16.1.48:3004'",
OLSHOP_URL:'"https://test-m-shop.mayi888.cn/innerApi/shopApiService"', OLSHOP_URL:'"https://test-m-shop.mayi888.cn/innerApi/shopApiService"',
// OLSHOP_URL:'"https://shop.mayi888.com/innerApi/shopApiService"', // OLSHOP_URL:'"https://shop.mayi888.com/innerApi/shopApiService"',
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- <view class="antt ant-daipinglun"></view> --> <!-- <view class="antt ant-daipinglun"></view> -->
<!-- <view class="iconfont icon-fenzhi">3</view> --> <!-- <view class="iconfont icon-fenzhi">3</view> -->
<view class="tab-bar-border"></view> <!-- <view class="tab-bar-border"></view> -->
<view <view
wx:for="{{list}}" wx:for="{{list}}"
wx:key="index" wx:key="index"
......
...@@ -1386,10 +1386,10 @@ ...@@ -1386,10 +1386,10 @@
bottom: 0; bottom: 0;
left: 0; left: 0;
background: #f5f5f4; background: #f5f5f4;
/* border-top: 1px solid #e2e2e2; */ border-top: 1px solid #e2e2e2;
} }
.tab-bar-border { /* .tab-bar-border {
background-color: rgba(0, 0, 0, 0.33); background-color: rgba(0, 0, 0, 0.33);
position: absolute; position: absolute;
left: 0; left: 0;
...@@ -1397,7 +1397,7 @@ ...@@ -1397,7 +1397,7 @@
width: 100%; width: 100%;
height: 1px; height: 1px;
transform: scaleY(0.5); transform: scaleY(0.5);
} } */
.tab-bar-item { .tab-bar-item {
flex: 1; flex: 1;
......
...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,7 @@ export default {
//来自直播详情 //来自直播详情
this.page = decodeURIComponent(options.backpath); this.page = decodeURIComponent(options.backpath);
if(this.page.includes("?")){ if(this.page.includes("?")){
this.params="&mixid=" + this.shopId; this.params="&mixid=" + this.shopId+'&native=1';
} }
options.params && (this.params += "&" + serialize(decodeURIComponent(options.params))); options.params && (this.params += "&" + serialize(decodeURIComponent(options.params)));
console.log(this.page,this.params) console.log(this.page,this.params)
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
return { return {
link: process.env.BASE_URL, link: process.env.BASE_URL,
page: "/", page: "/",
params: "?mixid=" + this.$store.state.mixid + "&tabbar=1&native=1", params: "?mixid=" + this.$store.state.mixid + "&tabbar=2&native=1",
index: 2, index: 2,
ss: "", ss: "",
}; };
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
return { return {
link: process.env.BASE_URL, link: process.env.BASE_URL,
page: "/", page: "/",
params: "?mixid=" + this.$store.state.mixid + "&tabbar=1&native=1", params: "?mixid=" + this.$store.state.mixid + "&tabbar=3&native=1",
index: 3, index: 3,
ss: "", ss: "",
}; };
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
return { return {
link: process.env.BASE_URL, link: process.env.BASE_URL,
page: "/", page: "/",
params: "?mixid=" + this.$store.state.mixid + "&tabbar=1&native=1", params: "?mixid=" + this.$store.state.mixid + "&tabbar=4&native=1",
index: 4, index: 4,
ss: "", ss: "",
}; };
......
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