Commit 4921df69 by 宋毅

Merge branch 'igirl-channel-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel-web

parents 3e4aac15 55a2901b
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -178,6 +178,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
isLogin: false,
logoImg: null,
homeUrl: "",
footerText:"",
};
},
created() {
......@@ -228,6 +229,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
title.innerText = "小望商标注册服务";
this.logoImg = '/imgs/bwlogo.png';
this.homeUrl = "/bw/jdtrademark";
this.footerText = "浙江小望科技有限公司";
break;
case '1688':
title.innerText = "1688商标注册服务";
......
......@@ -119,7 +119,7 @@
形与原图形的色彩深浅(或灰度)一致,否则,可能影响《商标注册证》上图形的清晰度)如上传图样为黑白,取得注册后,可以更换商标颜色使用;<span>如上传图样为彩色,取得注册后只能按
照该彩色图样使用;如确认提交彩色图样,需在委托书商标名称后方增加以下文字“(指定颜色)”</span></div>
</el-dialog>
<div >
<div>
<div>
<!-- <el-form-item label="选择商标方式" style="float:left;padding-right:10px;">
<el-radio-group v-model="form.selecttype" style="float:left;padding-left:10px;margin-bottom: 22px;">
......@@ -837,7 +837,8 @@
type="primary" @click="submitForm(\'form\',true)">确 定</el-button>
</span>
</el-dialog>
<el-dialog title="提示" custom-class="selftmreg-loginmask" :visible.sync="toLogin" width="30%" :close-on-click-modal="false" :close-on-press-escape="false" >
<el-dialog title="提示" custom-class="selftmreg-loginmask" :visible.sync="toLogin" width="30%"
:close-on-click-modal="false" :close-on-press-escape="false">
<span>需要先登录才能注册噢 !</span>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="goGsbLogin">去登录</el-button>
......
......@@ -1185,25 +1185,33 @@
},
submitForm(formName, agree) {
console.log(agree,"mmmmmmmmmmmmmmmmmmmmmmmmmmmmmm");
var that = this;
if (this.nclOne.length > 0) {
console.log(this.nclOne, ",,,,,,,,,,,,,,,,,,,,,,,,");
this.nclOne.map((item, index) => {
if (item.nclThree.length < 10 && formName == "form") {
console.log(item, '111111111111111111111111111111111111111');
console.log(item, 'jjjjjjjjjjjjjjjjjjjjjjjjjj', agree);
item.checked = item.nclThree.length;
this.showConfrim = true;
if (agree) {
if (!this.form.tmName || !this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
console.log('ppppppppppppppppppppp');
return;
if (this.form.tmFormType == "4") {
if (!this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
console.log("]]]]]]]]]]]]]]]]]]]]]]]]]]]]]");
return
}else{
this.showConfrim = false;
}
} else {
this.showConfrim = false;
if (!this.form.tmName || !this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
return
console.log('ttttttttttttttttttttttttttt');
}else{
this.showConfrim = false;
}
}
} else {
return;
}
}
......@@ -1259,7 +1267,6 @@
switch (this.$root.channelName) {
case 'jd':
/**提报接口 */
var obj = {
tm: that.form,
apply: that.apply,
......
......@@ -476,4 +476,14 @@ li {
.showncllist-enter-to,
.showncllist-leave {
opacity: 1;
}
.jdtrademark-footer-copyright {
background: #080b4f;
height: 40px;
width: 100%;
position: fixed;
z-index: 9999;
bottom: 0;
left: 0;
}
\ No newline at end of file
......@@ -152,5 +152,9 @@
</ul>
</div>
</div>
<div class="jdtrademark-footer-copyright" v-if="this.$root.channelName==\'bw\' ">
<div class="login-footer-copyright">
© 2020 {{this.$root.footerText}}版权所有 浙ICP备18049567号
</div>
</div>
</div>
\ No newline at end of file
......@@ -264,7 +264,6 @@
}
break;
case "bw":
if (code.channelItemCode) {
switch (code.itemCode) {
case "zzsbzc":
......@@ -275,12 +274,8 @@
}
});
} else {
this.$message({
type: "warning",
message: "当前未登录"
})
this.$router.push({ path: `/${this.$root.channelName}/login` });
}
/*this.$router.push({ path: "/jd/selftmreg", query: {} });*/
break;
case "fzsbzc":
......
......@@ -43,4 +43,12 @@
font-size: 18px;
font-weight: 400;
color: rgba(47, 47, 47, 1);
}
.login-footer-copyright{
position: fixed;
bottom: 1%;
left: 50%;
transform: translateX(-50%);
color: #ffffff;
}
\ No newline at end of file
......@@ -8,6 +8,12 @@
width: 100vw;">
<img style="width:100%;height:100%" :src="loginUrl" />
<div class="login-text">
<div>小望科技商标注册平台</div>
<ul>
<li>高效极速递交商标局</li>
<li>全流程线上进度透明</li>
<li>实时同步商标局回执文件</li>
</ul>
</div>
<div class="login-div" v-show="a">
<div class="login-content" id="baoguo" style="height:auto;">
......@@ -116,6 +122,9 @@
</div>
</div>
<div class="login-footer-copyright" v-if="this.$root.channelName==\'bw\' ">
© 2020 {{this.$root.footerText}}版权所有 浙ICP备18049567号
</div>
</div>
<!-- <gsb-pcpage style="text-align:center;margin-top:80px">
......
......@@ -107,10 +107,8 @@
},
created: function() {
console.log(this.pfooterinfo);
if (this.pfooterinfo && this.pfooterinfo.loginUrl) {
this.loginUrl = this.pfooterinfo.loginUrl;
} else {
this.loginUrl = "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_41110157500594182420192913391824zhuce_background.png";
if (this.$root.channelName == "bw"){
this.loginUrl = "/imgs/loginbg.png";
}
},
destroyed() {
......
......@@ -29,9 +29,15 @@
</el-table-column>
<el-table-column prop="" label="">
</el-table-column>
<el-table-column prop="" label="">
</el-table-column>
<el-table-column prop="" label="">
</el-table-column>
<el-table-column prop="" label="">
</el-table-column>
</el-table>
</div>
<div class="nowbuy-title">
<div>
订单联系人
......
......@@ -82,6 +82,9 @@
}
},
goOrder(){
if ($.cookie('userpin') && $.cookie('userpin') != "") {
this.$router.push(`/${this.$root.channelName}/login`);
}
this.$refs.apply.validate((v) => {
console.log(v);
if (v) {
......
......@@ -34,7 +34,7 @@
}
.login-content-inputs {
margin-left: 30px;
margin: 0 auto;
width: 315px;
height: 44px;
}
......@@ -46,6 +46,29 @@
.login-text {
position: absolute;
left: 34%;
top: 29%;
left: 18.75%;
top: 26%;
}
.login-text>div:nth-child(1) {
font-size: 54px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: rgba(255, 255, 255, 1);
margin-bottom: 80px;
margin-left: -24px;
}
.login-text ul{
list-style: disc;
}
.login-text ul li {
list-style: disc;
color: #ffffff;
margin: 25px 0;
font-size: 20px;
font-family: MicrosoftYaHei;
color: rgba(255, 255, 255, 1);
line-height: 26px;
}
\ No newline at end of file
......@@ -8,9 +8,15 @@
width: 100vw;">
<img style="width:100%;height:100%" :src="loginUrl" />
<div class="login-text">
<div>小望科技商标注册平台</div>
<ul>
<li>高效极速递交商标局</li>
<li>全流程线上进度透明</li>
<li>实时同步商标局回执文件</li>
</ul>
</div>
<div class="login-div" v-if="a">
<div class="login-content" style="width: 380px;
<div class="login-content" style="width: 361.97px;
height: 430px;
background: rgba(255,255,255,1);
border: 1px solid rgba(151,151,151,1);">
......@@ -56,6 +62,9 @@
</div>
</div>
<div class="login-footer-copyright" v-if="this.$root.channelName==\'bw\' ">
© 2020 {{this.$root.footerText}}版权所有 浙ICP备18049567号
</div>
</div>
<!-- <gsb-pcpage style="text-align:center;margin-top:80px">
......
......@@ -108,10 +108,8 @@
},
created: function() {
console.log(this.pfooterinfo);
if (this.pfooterinfo && this.pfooterinfo.loginUrl) {
this.loginUrl = this.pfooterinfo.loginUrl;
} else {
this.loginUrl = "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_41110157500594182420192913391824zhuce_background.png";
if (this.$root.channelName == "bw"){
this.loginUrl = "/imgs/loginbg.png";
}
},
destroyed() {
......
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