diy测试组件新增105测试
This commit is contained in:
parent
fcf86dcbf1
commit
23a804ff9f
19038
mall-shop/src/main/resources/static/diy/js/diy.js
Normal file
19038
mall-shop/src/main/resources/static/diy/js/diy.js
Normal file
File diff suppressed because one or more lines are too long
@ -1650,6 +1650,9 @@
|
||||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||||
|
||||
<img src="${URL_STATIC}/shop/static/diy/img/guessyoulike.png"/>
|
||||
<!-- <div>{{item.eltm103.height}}</div>-->
|
||||
<!-- <div>{{item.eltm103}}</div>-->
|
||||
<!-- <div>{{item.eltmType}}</div>-->
|
||||
<div class="editContent"
|
||||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||||
@ -1691,7 +1694,7 @@
|
||||
|
||||
<!-- 测试组件 -->
|
||||
<div v-if="item.eltmType==105" class="m-scrollBox"
|
||||
v-bind:style="{height:item.eltm104.height+ 'px',lineHeight:item.eltm104.height+ 'px',backgroundColor:item.bgColor,
|
||||
v-bind:style="{height:item.eltm105.height+ 'px',lineHeight:item.eltm105.height+ 'px',backgroundColor:item.bgColor,
|
||||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||||
@ -4094,7 +4097,7 @@
|
||||
</div>
|
||||
<div class="inputicon">
|
||||
<input class="weui-switch" type="checkbox"
|
||||
v-model="item.eltm103.isShowFilter"/>
|
||||
v-model="item.eltm105.isShowFilter"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4104,7 +4107,7 @@
|
||||
</div>
|
||||
<div class="inputicon">
|
||||
<input class="weui-switch" type="checkbox"
|
||||
v-model="item.eltm103.isShowLoading"/>
|
||||
v-model="item.eltm105.isShowLoading"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4116,7 +4119,7 @@
|
||||
<div class="inputicon">
|
||||
<div class="radioBox">
|
||||
<input type="radio" id="Radio105"
|
||||
v-model="item.eltm103.viewtype" value="1"/>
|
||||
v-model="item.eltm105.viewtype" value="1"/>
|
||||
<label for="Radio105">
|
||||
<i>块状</i>
|
||||
</label>
|
||||
@ -4125,7 +4128,7 @@
|
||||
<div class="inputicon">
|
||||
<div class="radioBox">
|
||||
<input type="radio" id="Radio106"
|
||||
v-model="item.eltm103.viewtype" value="0"/>
|
||||
v-model="item.eltm105.viewtype" value="0"/>
|
||||
<label for="Radio106">
|
||||
<i>列表</i>
|
||||
</label>
|
||||
@ -4139,7 +4142,7 @@
|
||||
标题名称
|
||||
</div>
|
||||
<div class="inputBox">
|
||||
<input type="text" v-model="item.eltm103.title"
|
||||
<input type="text" v-model="item.eltm105.title"
|
||||
maxlength="20"/>
|
||||
</div>
|
||||
</div>
|
||||
@ -4148,7 +4151,7 @@
|
||||
标题颜色
|
||||
</div>
|
||||
<div class="inputicon">
|
||||
<input type="color" v-model="item.eltm103.titleColor"/>
|
||||
<input type="color" v-model="item.eltm105.titleColor"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4157,7 +4160,7 @@
|
||||
过滤选项
|
||||
</div>
|
||||
<div class="inputBox">
|
||||
<input type="text" v-model="item.eltm103.options"/>
|
||||
<input type="text" v-model="item.eltm105.options"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -5345,7 +5348,7 @@
|
||||
<label :msType="msType"></label>添加
|
||||
</div>
|
||||
</div>
|
||||
<div id="data-box" v-if="msType==104">
|
||||
<div id="data-box" v-if="msType==104 || msType==105">
|
||||
<div class="expand_menu_box" v-for="(item,index) in mskDataArray">
|
||||
<div class="sub-level-title" v-on:click="expandMenu">
|
||||
<i style="float: left;margin-right: 10px; cursor: pointer;"
|
||||
@ -5468,7 +5471,7 @@
|
||||
</form>
|
||||
|
||||
<script type="text/javascript"
|
||||
src="${URL_STATIC}/shop/static/diy/js/diy.min.js?v=${VERSION}"></script>
|
||||
src="${URL_STATIC}/shop/static/diy/js/diy.js?v=${VERSION}"></script>
|
||||
<script type="text/javascript"
|
||||
src="${URL_STATIC}/shop/static/diy/js/ueditor.config.js?v=${VERSION}">
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user