Commit 3907d08c by 李嘉林

修改

parent 8fd1c215
......@@ -43,11 +43,11 @@ Vue.prototype.$mpBehavior = mpBehavior;
// 异常监控(行为收集)
let mpAnalytics = require("../node_modules/mayi-analytics/dist/mayi.mpAnalytics.js")
.default;
mpAnalytics.init({
url: process.env.NODE_ENV == 'production' ? "https://analytics.mayi888.com/ma.gif" : "https://analytics.mayi888.cn/ma.gif", //错误上报地址
app: "mayi-mp-shop",//项目名称
wx
});
// mpAnalytics.init({
// url: process.env.NODE_ENV == 'production' ? "https://analytics.mayi888.com/ma.gif" : "https://analytics.mayi888.cn/ma.gif", //错误上报地址
// app: "mayi-mp-shop",//项目名称
// wx
// });
Vue.prototype.$mpAnalytics = mpAnalytics;
const app = new Vue(App)
......
/* static/nativeComponents/PhotoGallery/index.wxss */
@import "/static/font/common_icon.wxss";
image{
.photo-gallery image{
width: 100%;
height: auto;
}
......@@ -62,7 +62,10 @@ image{
.prev-btn{
left:10rpx;
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
......
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