Jelajahi Sumber

调整样式

liaofei 6 tahun lalu
induk
melakukan
db587b3126

+ 2 - 1
public/wap/first/crmeb/module/store/shop-card.js

@@ -83,6 +83,7 @@
             descCartNum:function(){
                 this.cartNum-=1;
             },
+            //点击选择属性
             changeChecked:function(value,attr,index){
                 attr.checked = value;
                 this.$set(this.attrList,index,attr);
@@ -127,7 +128,7 @@
 
     shopCard.install = function(Vue){
         Vue.prototype.$shopCard = function(opt){
-            var $vm = new shopCard().$mount(),$el = $vm.$el;
+            var $vm = new shopCard().$mount(),$el = $vm.$el;console.log(opt);
             document.body.appendChild($el);
             $vm._setData(opt);
             $vm.remove = function(){

File diff ditekan karena terlalu besar
+ 1 - 1
public/wap/first/crmeb/module/store/use-address.js