Commit ea450c72 authored by xieyishang's avatar xieyishang

zzz

parent b6c6dc86
......@@ -3,8 +3,8 @@
//"appid" : "__UNI__FC9419E",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "",
"versionName" : "1.0.37",
"versionCode" : 137,
"versionName" : "1.0.38",
"versionCode" : 138,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
......
......@@ -327,6 +327,13 @@
//酒店订单管理
"navigationBarTitleText": "订单详情"
}
},
{
"path":"pages/Course/Courselist",
"style" : {
//机型列表
"navigationBarTitleText": "选择对应的机型"
}
}
],
......
<template>
<view class="Courselist">
<view class="cell_box_item flex ali-c jus-b">
<view class="leftcell flex ali-c">
<image class="imgs" src="/static/Course/huaweiicon.png" mode=""></image>
<view class="phonename">华为/荣耀</view>
</view>
<view class="celljt">
<image class="jtcion" src="/static/news/jiantousi.png" mode=""></image>
</view>
</view>
<view class="cell_box_item flex ali-c jus-b">
<view class="leftcell flex ali-c">
<image class="imgs" src="/static/Course/xiaomiicon1.png" mode=""></image>
<view class="phonename">小米/红米</view>
</view>
<view class="celljt">
<image class="jtcion" src="/static/news/jiantousi.png" mode=""></image>
</view>
</view>
<view class="cell_box_item flex ali-c jus-b">
<view class="leftcell flex ali-c">
<image class="imgs" src="/static/Course/vivoicon.png" mode=""></image>
<view class="phonename">vivo</view>
</view>
<view class="celljt">
<image class="jtcion" src="/static/news/jiantousi.png" mode=""></image>
</view>
</view>
<view class="cell_box_item flex ali-c jus-b">
<view class="leftcell flex ali-c">
<image class="imgs" src="/static/Course/oppoicon.png" mode=""></image>
<view class="phonename">OPPO</view>
</view>
<view class="celljt">
<image class="jtcion" src="/static/news/jiantousi.png" mode=""></image>
</view>
</view>
<view class="cell_box_item flex ali-c jus-b">
<view class="leftcell flex ali-c">
<image class="imgs" src="/static/Course/meizuicon.png" mode=""></image>
<view class="phonename">魅族</view>
</view>
<view class="celljt">
<image class="jtcion" src="/static/news/jiantousi.png" mode=""></image>
</view>
</view>
<view class="cell_box_item flex ali-c jus-b">
<view class="leftcell flex ali-c">
<image class="imgs" src="/static/Course/iphone.png" mode=""></image>
<view class="phonename">iphone</view>
</view>
<view class="celljt">
<image class="jtcion" src="/static/news/jiantousi.png" mode=""></image>
</view>
</view>
<view class="cell_box_item flex ali-c jus-b">
<view class="leftcell flex ali-c">
<image class="imgs" src="/static/Course/allicons.png" mode=""></image>
<view class="phonename">其它机型</view>
</view>
<view class="celljt">
<image class="jtcion" src="/static/news/jiantousi.png" mode=""></image>
</view>
</view>
</view>
</template>
<script>
export default {
data(){
return {
}
},
onLoad() {
},
methods:{
}
}
</script>
<style lang="scss">
.cell_box_item{
padding: 0 24upx;
box-sizing: border-box;
height: 100upx;
line-height: 100upx;
border-bottom: 1px solid #EEEEEE;
background-color: #fff;
.imgs{
width: 80upx;
height: 80upx;
}
.phonename{
font-size: 30upx;
margin-left: 20upx;
}
.jtcion{
width: 40upx;
height: 40upx;
}
}
</style>
......@@ -117,7 +117,7 @@
<!-- <jinedit ref="jinedit" placeholder="请输入内容" @editOk="editOk" uploadFileUrl="/#" ></jinedit> -->
<view class="addmigs pt0s" v-show="false">
<view class="addmigs pt0s" >
<jinedit ref="jinedit" placeholder="请输入商品详情内容" @editOk="editOk" fileKeyName="img" :uploadFileUrl="uploadurl1+'/merchant.php/FileUpload/editor'" ></jinedit>
</view>
......
......@@ -18,6 +18,11 @@
<switch :checked="ischecked" color="#ff6900" @change="switchChange" />
</view>
<navigator url="/pages/Course/Courselist" class="list-cell m-t" >
<text class="cell-tit">收不到语音提示</text>
<image class="jiantousi" src="/static/news/jiantousi.png" mode=""></image>
</navigator>
<view class="list-cell m-t" v-if="isshowdy">
<text class="cell-tit">店铺打烊</text>
<switch :checked="ischeckedtwo" color="#ff6900" @change="switchChangetwo" />
......
......@@ -2,8 +2,8 @@
//环境变量 这个是 鹿马商家助手的 商家助手的~~~~
module.exports = {
//是否为开发调试环境 true为本地环境 false 为正式环境
// isdebug:true,//测试
isdebug:false,//正式
isdebug:true,//测试
// isdebug:false,//正式
xqdebug:false,//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
......
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