Commit 073966be authored by srf's avatar srf

srf

parent ea4296ad
......@@ -361,6 +361,7 @@
.imageUploadList{
display: flex;
flex-wrap: wrap;
margin-left: 20upx;
}
.imageItem, .imageUpload{
......
......@@ -62,7 +62,7 @@
<view class="line-h"></view>
<view class="uni-list" style="padding: 24upx 0 24upx 0;">
<view class="uni-list" style="padding: 24upx 0 24upx 0;line-height: 66upx;">
<view class="uni-list-cell uni-list-cell-pd jus-b">
<view class="uni-list-cell-db " style="font-size:28upx;font-weight: bold;margin: 0 20upx 0 20upx;">是否为奖品</view>
<switch checked @change="switchs(1)" />
......@@ -120,7 +120,7 @@
<view class="line-h"></view>
<view class="uni-list" style="padding: 24upx 0 24upx 0;">
<view class="uni-list" style="padding: 24upx 0 24upx 0;line-height: 66upx;">
<view class="uni-list-cell uni-list-cell-pd jus-b">
<view class="uni-list-cell-db " style="font-size:28upx;font-weight: bold;margin: 0 20upx 0 20upx;">是否为奖品</view>
<switch checked @change="switchs(2)" />
......@@ -181,7 +181,7 @@
<view class="line-h"></view>
<view class="uni-list" style="padding: 24upx 0 24upx 0;">
<view class="uni-list" style="padding: 24upx 0 24upx 0;line-height: 66upx;">
<view class="uni-list-cell uni-list-cell-pd jus-b">
<view class="uni-list-cell-db " style="font-size:28upx;font-weight: bold;margin: 0 20upx 0 20upx;">是否为奖品</view>
<switch checked @change="switchs(3)" />
......@@ -246,7 +246,7 @@
<view class="line-h"></view>
<view class="uni-list" style="padding: 24upx 0 24upx 0;">
<view class="uni-list" style="padding: 24upx 0 24upx 0;line-height: 66upx;">
<view class="uni-list-cell uni-list-cell-pd jus-b">
<view class="uni-list-cell-db " style="font-size:28upx;font-weight: bold;margin: 0 20upx 0 20upx;">是否为奖品</view>
<switch checked @change="switchs(4)" />
......@@ -311,7 +311,7 @@
<view class="line-h"></view>
<view class="uni-list" style="padding: 24upx 0 24upx 0;">
<view class="uni-list" style="padding: 24upx 0 24upx 0;line-height: 66upx;">
<view class="uni-list-cell uni-list-cell-pd jus-b">
<view class="uni-list-cell-db " style="font-size:28upx;font-weight: bold;margin: 0 20upx 0 20upx;">是否为奖品</view>
<switch checked @change="switchs(5)" />
......@@ -377,7 +377,7 @@
<view class="line-h"></view>
<view class="uni-list" style="padding: 24upx 0 24upx 0;">
<view class="uni-list" style="padding: 24upx 0 24upx 0;line-height: 66upx;">
<view class="uni-list-cell uni-list-cell-pd jus-b">
<view class="uni-list-cell-db " style="font-size:28upx;font-weight: bold;margin: 0 20upx 0 20upx;">是否为奖品</view>
<switch checked @change="switchs(6)" />
......@@ -475,7 +475,7 @@
<textarea v-model="diameter.content" style="height:300upx;width:660upx ;" placeholder="请输入活动描述"></textarea>
</view>
<view class="uni-list" style="padding: 24upx 0 24upx 0;">
<view class="uni-list" style="padding: 24upx 0 24upx 0;line-height: 66upx;">
<view class="uni-list-cell uni-list-cell-pd jus-b">
<view class="uni-list-cell-db " style="font-size:28upx;font-weight: bold;margin: 0 20upx 0 20upx;">是否开启活动</view>
<switch checked @change="switch1Change" />
......@@ -821,6 +821,8 @@ export default {
// this.prize[0].status = 2;
// }
// },
switchs(index) {
console.log(index);
if (index == 1) {
......
......@@ -2,14 +2,15 @@
//环境变量 这个是 鹿马商家助手的 商家助手的~~~~
module.exports = {
//是否为开发调试环境 true为本地环境 false 为正式环境
isdebug:true,//测试
// isdebug:false,//正式
isdebug:true,//测试
xqdebug:false,//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
// xqdebug:false,//正式权限
xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
// #ifdef APP-PLUS
......
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