Commit c001ae8f authored by agping's avatar agping

优化图片放大

parent 5373ec29
This diff is collapsed.
......@@ -3,7 +3,7 @@ require(['vue','css!style/shop_detail_pc.css','jquery0325', 'common'], function(
var shop_id = getUrlParam('shop_id');
var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存
var options={
fullscreenEl:true, //关闭全屏按钮
fullscreenEl:false, //关闭全屏按钮
}
Vue.use(vuePhotoPreview,options)
......
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