diff --git a/applet/app.zip b/applet/app.zip index 987d877f..8ecbcd76 100644 Binary files a/applet/app.zip and b/applet/app.zip differ diff --git a/components/ComPromoter.php b/components/ComPromoter.php index 41c317c6..cc594393 100644 --- a/components/ComPromoter.php +++ b/components/ComPromoter.php @@ -201,10 +201,12 @@ public function setLevel($uid_list, $type) if (!empty($check_list)) { $level1_data = []; foreach ($check_list as $value) { - array_push($level1_data, $value['UID']); - if ($value['level'] != 1) { - $type = 2; - array_push($log_row, [$value['UID'],$value['level'],$level_name[$value['level']]['name'],1,$level_name[1]['name'],$type,$time]); + if ($value['start_level'] == 1) { + array_push($level1_data, $value['UID']); + if ($value['level'] != 1) { + $type = 2; + array_push($log_row, [$value['UID'],$value['level'],$level_name[$value['level']]['name'],1,$level_name[1]['name'],$type,$time]); + } } } //最后都没有找到符合的,等级归为初始1级 diff --git a/modules/setting/app/IndexController.php b/modules/setting/app/IndexController.php index 16679986..1137b275 100644 --- a/modules/setting/app/IndexController.php +++ b/modules/setting/app/IndexController.php @@ -50,8 +50,12 @@ public function actionDelete() public function actionIndex() { $data = StoreSetting(); + $privateKey = ['sms_setting', 'crontab_access_token', 'apikey_99', 'kb_express_setting', 'storage_setting', 'mysql_version', 'leadshop_identified_by']; $new_data = []; - foreach ($data as $value) { + foreach ($data as $key => $value) { + if (in_array($key, $privateKey)) { + continue; + } $new_data[$value['keyword']] = str2url($value['content']); } return $new_data; diff --git a/modules/users/app/LoginController.php b/modules/users/app/LoginController.php index 318d9dcc..04dbcfd7 100644 --- a/modules/users/app/LoginController.php +++ b/modules/users/app/LoginController.php @@ -60,9 +60,15 @@ public function actionCreateorupdate() if (!$user->nickname) { $user->nickname = '用户_' . mt_rand(10000,99999); } + if (isset($userInfo->nickname) && !empty($userInfo->nickname)) { + $user->nickname = $userInfo->nickname; + } if (!$user->avatar) { $user->avatar = \Yii::$app->request->hostInfo . \Yii::$app->request->baseUrl . '/static/images/user-default-avatar.png'; } + if (isset($userInfo->avatar) && !empty($userInfo->avatar)) { + $user->avatar = $userInfo->avatar; + } $user->gender = 0; $user->AppID = \Yii::$app->params['AppID']; if (!$user->save()) { diff --git a/sql.txt b/sql.txt index 84e521b1..256daa4e 100644 --- a/sql.txt +++ b/sql.txt @@ -1 +1 @@ -ALTER TABLE `heshop_initialize_prefix_user` ADD COLUMN `is_edit` tinyint(1) NOT NULL DEFAULT 1 COMMENT '0:未编辑 1:已编辑' AFTER `wechat`; +ALTER TABLE `heshop_initialize_prefix_task_user` ADD INDEX `uid`(`UID`); diff --git a/views/admin/css/goods/createGoods.d48ec978.css b/views/admin/css/goods/createGoods.d48ec978.css new file mode 100644 index 00000000..622138a7 --- /dev/null +++ b/views/admin/css/goods/createGoods.d48ec978.css @@ -0,0 +1 @@ +.le-basic__name .el-textarea .el-textarea__inner{resize:none}.le-introduce--btn{display:block;padding:8px 0 0 0!important}.el-form-item__content .le-cat__footer-tag{margin-right:8px;background-color:#fff;border:1px solid #bebebe}.le-label__require:before{content:"*";color:red}.he-class__button.el-button--primary{background-color:#fff}.le-label__require-item{border-radius:4px;position:relative;margin-right:8px;margin-bottom:8px;overflow:hidden;float:left}.le-label__require-image{box-sizing:border-box;border:1px solid #fbad15}.le-label__require-image:before{content:"主图";position:absolute;font-size:14px;text-align:center;font-family:PingFang SC;font-weight:500;color:#fff;width:100px;height:25px;line-height:25px;transform:rotate(-45deg);transform-origin:38% 220%;background:#fbad15;z-index:10}.el-button--text.he-class__button-new.el-button--mini{font-size:14px;font-weight:500;color:#623ceb;line-height:22px;padding:0 14px;margin:0}.he-upload{width:120px;height:120px}.le-video__input.el-input{width:500px!important}.le-banner .select-cover__120-edit{cursor:pointer}.le-parameter{width:740px;margin-bottom:15px;border:1px solid #dcdfe6;border-radius:4px}.le-parameter .el-scrollbar__wrap{max-height:640px}.le-parameter .le-deletion{height:auto;cursor:pointer;position:absolute;right:0;top:0;width:16px;transform:translate(50%,-50%);opacity:0}.le-parameter--item{width:706px;height:244px;background:#f3f5f7;border-radius:4px;margin:0 auto 24px auto;padding-top:24px;position:relative}.le-parameter--item:first-child{margin-top:24px}.le-parameter--item .le-input--600{width:600px}.le-parameter--item .le-input--240{width:240px}.le-parameter--item:hover .le-deletion{opacity:1}.specification[data-v-3dafe188]{margin-bottom:8px}.specification[data-v-3dafe188] .plTableBox .el-table__fixed-right-patch,.specification[data-v-3dafe188] .plTableBox .el-table th.is-leaf{background:#f3f5f7}.specification[data-v-3dafe188] .plTableBox .el-table .umy-table-beyond{overflow:hidden;height:32px}.specification[data-v-3dafe188] .plTableBox .__table_tag{width:155px;font-size:12px;line-height:16px;word-wrap:break-word;word-break:break-all;white-space:normal}.specification-table .el-input--mini[data-v-3dafe188]{width:100%}.specification-table__footer[data-v-3dafe188]{background-color:#f3f5f7;width:1096px;height:48px;line-height:48px;font-size:12px}.specification-table__footer .__all_checkbox[data-v-3dafe188]{width:40px;line-height:48px;display:inline-block;padding-left:15px}.specification-table__footer .__all_tips[data-v-3dafe188]{padding-left:10px;padding-right:40px}.specification-table__footer .footer_popover[data-v-3dafe188]{display:inline-block}.specification-table .__all-tips[data-v-3dafe188]{padding-left:16px}.specification-table[data-v-3dafe188] .el-table{width:1096px}.specification-table[data-v-3dafe188] .el-table__footer-wrapper tbody td,.specification-table[data-v-3dafe188] .el-table__footer-wrapper tbody th,.specification-table[data-v-3dafe188] .le-matter .el-table thead th{background:#f3f5f7}.specification-table[data-v-3dafe188] .el-table .cell{text-overflow:clip}.specification-attr[data-v-3dafe188]{margin-bottom:8px}.specification-tools__add[data-v-3dafe188] .el-button--mini{height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.specification-tools__add[data-v-3dafe188] .el-button--mini span{font-size:14px;font-weight:500;color:#623ceb}.specification-tools__add[data-v-3dafe188] .el-button--mini.is-disabled{background:#f3f5f7;border-radius:4px;border:0 solid #623ceb}.specification-tools__add[data-v-3dafe188] .el-button--mini.is-disabled span{color:#000;opacity:.45}.specification-tools__add .__tips[data-v-3dafe188]{font-size:14px;font-weight:500;color:#000;padding-left:15px;opacity:.4}.specification-popover__content[data-v-3dafe188]{margin-bottom:12px}.specification-popover__footer[data-v-3dafe188]{text-align:center}.specification-popover__footer .el-button[data-v-3dafe188]{height:28px}.specification-item[data-v-3dafe188]{width:1096px;background:#fff;border:1px solid #f3f5f7;border-radius:4px}.specification-item__list[data-v-3dafe188]{flex:1;display:block}.specification-item__header[data-v-3dafe188]{position:relative;width:100%;display:flex;background:#f3f5f7}.specification-item__header .__checked[data-v-3dafe188]{padding-top:14px}.specification-item__header__close[data-v-3dafe188]{position:absolute;font-size:16px;top:12px;right:16px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__content[data-v-3dafe188]{display:flex;padding-bottom:8px}.specification-item__tips[data-v-3dafe188]{width:100%;display:block;font-size:12px;font-weight:500;color:#adadad;clear:both}.specification-item__add[data-v-3dafe188]{color:#9581f0;font-size:14px;font-weight:500;cursor:pointer}.specification-item__label[data-v-3dafe188]{width:72px;height:56px;line-height:56px;text-align:center}.specification-item__cover[data-v-3dafe188]{position:relative;width:80px;height:80px;border-radius:4px;margin:10px 0}.specification-item__cover-add[data-v-3dafe188]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.specification-item__cover-icon[data-v-3dafe188]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.specification-item__cover-text[data-v-3dafe188]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.specification-item__cover-edit[data-v-3dafe188]{position:absolute;width:80px;height:80px;cursor:pointer}.specification-item__cover-edit .el-image[data-v-3dafe188]{width:80px;height:80px}.specification-item__cover-tips[data-v-3dafe188]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.specification-item__cover-close[data-v-3dafe188]{position:absolute;font-size:16px;top:-8px;right:-8px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__cover-edit:hover .specification-item__cover-tips[data-v-3dafe188]{display:block}.specification-item__input[data-v-3dafe188]{display:block;float:left;padding:12px 8px}.specification-item__close[data-v-3dafe188]{position:absolute;font-size:16px;top:-8px;right:-12px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item .el-input--mini[data-v-3dafe188]{width:200px;position:relative}.specification-item__header__close[data-v-3dafe188]{top:50%;transform:translateY(-50%)}.specification[data-v-120376d4]{margin-bottom:8px}.specification[data-v-120376d4] .plTableBox .el-table__fixed-right-patch,.specification[data-v-120376d4] .plTableBox .el-table th.is-leaf{background:#f3f5f7}.specification[data-v-120376d4] .plTableBox .el-table .umy-table-beyond{overflow:hidden;height:32px}.specification[data-v-120376d4] .plTableBox .__table_tag{width:155px;font-size:12px;line-height:16px;word-wrap:break-word;word-break:break-all;white-space:normal}.specification-table .el-input--mini[data-v-120376d4]{width:100%}.specification-table__footer[data-v-120376d4]{background-color:#f3f5f7;width:1096px;height:48px;line-height:48px;font-size:12px}.specification-table__footer .__all_checkbox[data-v-120376d4]{width:40px;line-height:48px;display:inline-block;padding-left:15px}.specification-table__footer .__all_tips[data-v-120376d4]{padding-left:10px;padding-right:40px}.specification-table__footer .footer_popover[data-v-120376d4]{display:inline-block}.specification-table .__all-tips[data-v-120376d4]{padding-left:16px}.specification-table[data-v-120376d4] .el-table{width:1096px}.specification-table[data-v-120376d4] .el-table__footer-wrapper tbody td,.specification-table[data-v-120376d4] .el-table__footer-wrapper tbody th,.specification-table[data-v-120376d4] .le-matter .el-table thead th{background:#f3f5f7}.specification-table[data-v-120376d4] .el-table .cell{text-overflow:clip}.specification-attr[data-v-120376d4]{margin-bottom:8px}.specification-tools__add[data-v-120376d4] .el-button--mini{height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.specification-tools__add[data-v-120376d4] .el-button--mini span{font-size:14px;font-weight:500;color:#623ceb}.specification-tools__add[data-v-120376d4] .el-button--mini.is-disabled{background:#f3f5f7;border-radius:4px;border:0 solid #623ceb}.specification-tools__add[data-v-120376d4] .el-button--mini.is-disabled span{color:#000;opacity:.45}.specification-tools__add .__tips[data-v-120376d4]{font-size:14px;font-weight:500;color:#000;padding-left:15px;opacity:.4}.specification-popover__content[data-v-120376d4]{margin-bottom:12px}.specification-popover__footer[data-v-120376d4]{text-align:center}.specification-popover__footer .el-button[data-v-120376d4]{height:28px}.specification-item[data-v-120376d4]{width:1096px;background:#fff;border:1px solid #f3f5f7;border-radius:4px}.specification-item__list[data-v-120376d4]{flex:1;display:block}.specification-item__header[data-v-120376d4]{position:relative;width:100%;display:flex;background:#f3f5f7}.specification-item__header .__checked[data-v-120376d4]{padding-top:14px}.specification-item__header__close[data-v-120376d4]{position:absolute;font-size:16px;top:12px;right:16px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__content[data-v-120376d4]{display:flex;padding-bottom:8px}.specification-item__tips[data-v-120376d4]{width:100%;display:block;font-size:12px;font-weight:500;color:#adadad;clear:both}.specification-item__add[data-v-120376d4]{color:#9581f0;font-size:14px;font-weight:500;cursor:pointer}.specification-item__label[data-v-120376d4]{width:72px;height:56px;line-height:56px;text-align:center}.specification-item__cover[data-v-120376d4]{position:relative;width:80px;height:80px;border-radius:4px;margin:10px 0}.specification-item__cover-add[data-v-120376d4]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.specification-item__cover-icon[data-v-120376d4]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.specification-item__cover-text[data-v-120376d4]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.specification-item__cover-edit[data-v-120376d4]{position:absolute;width:80px;height:80px;cursor:pointer}.specification-item__cover-edit .el-image[data-v-120376d4]{width:80px;height:80px}.specification-item__cover-tips[data-v-120376d4]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.specification-item__cover-close[data-v-120376d4]{position:absolute;font-size:16px;top:-8px;right:-8px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__cover-edit:hover .specification-item__cover-tips[data-v-120376d4]{display:block}.specification-item__input[data-v-120376d4]{display:block;float:left;padding:12px 8px}.specification-item__close[data-v-120376d4]{position:absolute;font-size:16px;top:-8px;right:-12px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item .el-input--mini[data-v-120376d4]{width:200px;position:relative}.specification[data-v-1f9930fe]{margin-bottom:8px}.specification[data-v-1f9930fe] .plTableBox .el-table__fixed-right-patch,.specification[data-v-1f9930fe] .plTableBox .el-table th.is-leaf{background:#f3f5f7}.specification[data-v-1f9930fe] .plTableBox .el-table .umy-table-beyond{overflow:hidden;height:32px}.specification[data-v-1f9930fe] .plTableBox .__table_tag{width:155px;font-size:12px;line-height:16px;word-wrap:break-word;word-break:break-all;white-space:normal}.specification-table .el-input--mini[data-v-1f9930fe]{width:100%}.specification-table__footer[data-v-1f9930fe]{background-color:#f3f5f7;width:1096px;height:48px;line-height:48px;font-size:12px}.specification-table__footer .__all_checkbox[data-v-1f9930fe]{width:40px;line-height:48px;display:inline-block;padding-left:15px}.specification-table__footer .__all_tips[data-v-1f9930fe]{padding-left:10px;padding-right:40px}.specification-table__footer .footer_popover[data-v-1f9930fe]{display:inline-block}.specification-table .__all-tips[data-v-1f9930fe]{padding-left:16px}.specification-table[data-v-1f9930fe] .el-table{width:1096px}.specification-table[data-v-1f9930fe] .el-table__footer-wrapper tbody td,.specification-table[data-v-1f9930fe] .el-table__footer-wrapper tbody th,.specification-table[data-v-1f9930fe] .le-matter .el-table thead th{background:#f3f5f7}.specification-table[data-v-1f9930fe] .el-table .cell{text-overflow:clip}.specification-attr[data-v-1f9930fe]{margin-bottom:8px}.specification-tools__add[data-v-1f9930fe] .el-button--mini{height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.specification-tools__add[data-v-1f9930fe] .el-button--mini span{font-size:14px;font-weight:500;color:#623ceb}.specification-tools__add[data-v-1f9930fe] .el-button--mini.is-disabled{background:#f3f5f7;border-radius:4px;border:0 solid #623ceb}.specification-tools__add[data-v-1f9930fe] .el-button--mini.is-disabled span{color:#000;opacity:.45}.specification-tools__add .__tips[data-v-1f9930fe]{font-size:14px;font-weight:500;color:#000;padding-left:15px;opacity:.4}.specification-popover__content[data-v-1f9930fe]{margin-bottom:12px}.specification-popover__footer[data-v-1f9930fe]{text-align:center}.specification-popover__footer .el-button[data-v-1f9930fe]{height:28px}.specification-item[data-v-1f9930fe]{width:1096px;background:#fff;border:1px solid #f3f5f7;border-radius:4px}.specification-item__list[data-v-1f9930fe]{flex:1;display:block}.specification-item__header[data-v-1f9930fe]{position:relative;width:100%;display:flex;background:#f3f5f7}.specification-item__header .__checked[data-v-1f9930fe]{padding-top:14px}.specification-item__header__close[data-v-1f9930fe]{position:absolute;font-size:16px;top:12px;right:16px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__content[data-v-1f9930fe]{display:flex;padding-bottom:8px}.specification-item__tips[data-v-1f9930fe]{width:100%;display:block;font-size:12px;font-weight:500;color:#adadad;clear:both}.specification-item__add[data-v-1f9930fe]{color:#9581f0;font-size:14px;font-weight:500;cursor:pointer}.specification-item__label[data-v-1f9930fe]{width:72px;height:56px;line-height:56px;text-align:center}.specification-item__cover[data-v-1f9930fe]{position:relative;width:80px;height:80px;border-radius:4px;margin:10px 0}.specification-item__cover-add[data-v-1f9930fe]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.specification-item__cover-icon[data-v-1f9930fe]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.specification-item__cover-text[data-v-1f9930fe]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.specification-item__cover-edit[data-v-1f9930fe]{position:absolute;width:80px;height:80px;cursor:pointer}.specification-item__cover-edit .el-image[data-v-1f9930fe]{width:80px;height:80px}.specification-item__cover-tips[data-v-1f9930fe]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.specification-item__cover-close[data-v-1f9930fe]{position:absolute;font-size:16px;top:-8px;right:-8px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__cover-edit:hover .specification-item__cover-tips[data-v-1f9930fe]{display:block}.specification-item__input[data-v-1f9930fe]{display:block;float:left;padding:12px 8px}.specification-item__close[data-v-1f9930fe]{position:absolute;font-size:16px;top:-8px;right:-12px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item .el-input--mini[data-v-1f9930fe]{width:200px;position:relative}.specification-table[data-v-1f9930fe] .el-table__fixed-right:before,.specification-table[data-v-1f9930fe] .el-table__fixed:before{display:none}.specification-table[data-v-1f9930fe] .el-table__fixed-right{height:525px!important}.specification[data-v-050316f8]{margin-bottom:8px}.specification[data-v-050316f8] .plTableBox .el-table__fixed-right-patch,.specification[data-v-050316f8] .plTableBox .el-table th.is-leaf{background:#f3f5f7}.specification[data-v-050316f8] .plTableBox .el-table .umy-table-beyond{overflow:hidden;height:32px}.specification[data-v-050316f8] .plTableBox .__table_tag{width:155px;font-size:12px;line-height:16px;word-wrap:break-word;word-break:break-all;white-space:normal}.specification-table .el-input--mini[data-v-050316f8]{width:100%}.specification-table__footer[data-v-050316f8]{background-color:#f3f5f7;width:1096px;height:48px;line-height:48px;font-size:12px}.specification-table__footer .__all_checkbox[data-v-050316f8]{width:40px;line-height:48px;display:inline-block;padding-left:15px}.specification-table__footer .__all_tips[data-v-050316f8]{padding-left:10px;padding-right:40px}.specification-table__footer .footer_popover[data-v-050316f8]{display:inline-block}.specification-table .__all-tips[data-v-050316f8]{padding-left:16px}.specification-table[data-v-050316f8] .el-table{width:1096px}.specification-table[data-v-050316f8] .el-table__footer-wrapper tbody td,.specification-table[data-v-050316f8] .el-table__footer-wrapper tbody th,.specification-table[data-v-050316f8] .le-matter .el-table thead th{background:#f3f5f7}.specification-table[data-v-050316f8] .el-table .cell{text-overflow:clip}.specification-attr[data-v-050316f8]{margin-bottom:8px}.specification-tools__add[data-v-050316f8] .el-button--mini{height:32px;background:#fff;border:1px solid #623ceb;border-radius:4px}.specification-tools__add[data-v-050316f8] .el-button--mini span{font-size:14px;font-weight:500;color:#623ceb}.specification-tools__add[data-v-050316f8] .el-button--mini.is-disabled{background:#f3f5f7;border-radius:4px;border:0 solid #623ceb}.specification-tools__add[data-v-050316f8] .el-button--mini.is-disabled span{color:#000;opacity:.45}.specification-tools__add .__tips[data-v-050316f8]{font-size:14px;font-weight:500;color:#000;padding-left:15px;opacity:.4}.specification-popover__content[data-v-050316f8]{margin-bottom:12px}.specification-popover__footer[data-v-050316f8]{text-align:center}.specification-popover__footer .el-button[data-v-050316f8]{height:28px}.specification-item[data-v-050316f8]{width:1096px;background:#fff;border:1px solid #f3f5f7;border-radius:4px}.specification-item__list[data-v-050316f8]{flex:1;display:block}.specification-item__header[data-v-050316f8]{position:relative;width:100%;display:flex;background:#f3f5f7}.specification-item__header .__checked[data-v-050316f8]{padding-top:14px}.specification-item__header__close[data-v-050316f8]{position:absolute;font-size:16px;top:12px;right:16px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__content[data-v-050316f8]{display:flex;padding-bottom:8px}.specification-item__tips[data-v-050316f8]{width:100%;display:block;font-size:12px;font-weight:500;color:#adadad;clear:both}.specification-item__add[data-v-050316f8]{color:#9581f0;font-size:14px;font-weight:500;cursor:pointer}.specification-item__label[data-v-050316f8]{width:72px;height:56px;line-height:56px;text-align:center}.specification-item__cover[data-v-050316f8]{position:relative;width:80px;height:80px;border-radius:4px;margin:10px 0}.specification-item__cover-add[data-v-050316f8]{width:80px;height:80px;background:rgba(0,0,0,.02);border:1px dashed #dcdfe6;border-radius:4px;text-align:center;display:table-cell;vertical-align:middle;cursor:pointer}.specification-item__cover-icon[data-v-050316f8]{display:block;font-size:26px;width:26px;height:26px;line-height:26px;color:#bfbfbf;margin:8px auto}.specification-item__cover-text[data-v-050316f8]{display:block;font-size:14px;font-weight:400;line-height:30px;color:#8c8c8c}.specification-item__cover-edit[data-v-050316f8]{position:absolute;width:80px;height:80px;cursor:pointer}.specification-item__cover-edit .el-image[data-v-050316f8]{width:80px;height:80px}.specification-item__cover-tips[data-v-050316f8]{position:absolute;left:0;bottom:0;width:80px;height:28px;background:rgba(0,0,0,.4);border-radius:4px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:28px;display:none}.specification-item__cover-close[data-v-050316f8]{position:absolute;font-size:16px;top:-8px;right:-8px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item__cover-edit:hover .specification-item__cover-tips[data-v-050316f8]{display:block}.specification-item__input[data-v-050316f8]{display:block;float:left;padding:12px 8px}.specification-item__close[data-v-050316f8]{position:absolute;font-size:16px;top:-8px;right:-12px;line-height:16px;width:16px;height:16px;color:rgba(0,0,0,.3)}.specification-item .el-input--mini[data-v-050316f8]{width:200px;position:relative}.he-tips[data-v-081bdfb4]{font-size:12px;font-weight:400;color:#000!important;opacity:.45}.le-label__require[data-v-081bdfb4]:before{content:"*";color:red}.he-margin-right[data-v-617a575a]{margin-right:8px}.he-tips[data-v-617a575a]{font-size:12px;opacity:.45}.he-delivery[data-v-617a575a],.he-tips[data-v-617a575a]{font-family:Microsoft YaHei;font-weight:400;color:#000;line-height:20px}.he-delivery[data-v-617a575a]{font-size:14px;opacity:.85}.le-line-btn[data-v-617a575a]{width:1px;height:15px;display:inline-block;background-color:#5e00ff;margin:0 10px}.he-btn[data-v-617a575a]{margin-left:15px}.he-btn .el-button[data-v-617a575a]{padding:0}.le-label__require[data-v-617a575a]:before{content:"*";color:red}.le-coupon-btn[data-v-534383a0]{border:1px solid #623ceb;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;margin-right:5px}.le-coupon-btn[data-v-534383a0]:hover{background:#fff}.le-text-btn[data-v-534383a0]{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#623ceb;line-height:22px;padding:0 10px;cursor:pointer}.le-line[data-v-534383a0]{width:1px;height:13px;background:#623ceb}.le-coupon .le-coupon-item[data-v-534383a0]{width:368px;height:56px;border:1px solid #dcdfe6;border-radius:4px;margin-bottom:15px;padding:0 15px;position:relative}.le-coupon .le-coupon-item[data-v-534383a0] .le-input-number{height:28px;width:116px}.le-coupon .le-coupon-item[data-v-534383a0] .le-input-number .el-input{margin:0!important;width:116px}.le-coupon .le-coupon-item[data-v-534383a0] .le-input-number .el-input .el-input__inner{height:28px!important;padding:0 29px;width:116px}.le-coupon .le-coupon-item .le-icon-cha2[data-v-534383a0]{position:absolute;right:-6px;top:-6px;cursor:pointer;color:#b2b2b2;font-size:16px;line-height:1}.le-limit[data-v-005ba102]{width:250px}.le-limit[data-v-005ba102] .el-input-group__prepend .el-input{width:90px}[data-v-005ba102] .el-input-group__prepend{background-color:#fff}[data-v-005ba102] .el-input-group--append.el-input-group--prepend{width:220px}.he-tips[data-v-005ba102]{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#000;opacity:.45;margin:0}.le-top[data-v-28678360]{padding-top:24px}.he-editor__preview-header[data-v-28678360]{width:416px;height:48px;background:#f3f5f7;border:1px solid #dcdfe6;border-radius:4px 4px 0 0;font-size:14px;font-family:Adobe Heiti Std;font-weight:400;color:#000;opacity:.65;line-height:48px;text-align:center}.he-editor__preview-body[data-v-28678360]{padding:0 10px;overflow-y:auto;height:542px;word-break:break-all;border:1px solid #dcdfe6;border-top:0}#div1[data-v-28678360]{width:416px;height:590px;margin-left:12px}#div2[data-v-28678360]{width:416px;height:590px;background:#fff;margin-right:12px}table[data-v-28678360]{border-top:1px solid #ccc;border-left:1px solid #ccc}table td[data-v-28678360],table th[data-v-28678360]{border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:3px 5px}table th[data-v-28678360]{border-bottom:2px solid #ccc;text-align:center}blockquote[data-v-28678360]{display:block;border-left:8px solid #d0e5f2;padding:5px 10px;margin:10px 0;line-height:1.4;font-size:100%;background-color:#f1f1f1}code[data-v-28678360]{display:inline-block;*display:inline;*zoom:1;background-color:#f1f1f1;border-radius:3px;padding:3px 5px;margin:0 3px}pre code[data-v-28678360]{display:block}ol[data-v-28678360],ul[data-v-28678360]{margin:10px 0 10px 20px}[data-v-28678360] .w-e-toolbar{z-index:10!important}[data-v-28678360] .w-e-text-container{z-index:9!important}[data-v-7fc332a0] .el-carousel__arrow,[data-v-28678360] .w-e-menu[data-title=图片]{display:none}.he-goodsPreview[data-v-7fc332a0]{width:410px;height:740px;border:1px solid #dcdfe6;border-radius:40px;background-image:url(../img/goods-preview.6c321d6c.png)}.he-goodsPreview__zoom[data-v-7fc332a0]{zoom:.5;margin:74px 36px 72px 36px;padding-top:128px}.he-goodsPreview__content[data-v-7fc332a0]{width:750px;height:1111px;overflow:auto}.he-goodsPreview__footer[data-v-7fc332a0]{width:750px;height:95px;background:#fff;border-top:1px solid #d7d7d7}.he-icon[data-v-7fc332a0]{width:88px;height:100%;text-align:center}.he-icon svg[data-v-7fc332a0]{width:32px;height:32px;margin-top:19px}.he-cat[data-v-7fc332a0]{background:rgba(230,11,48,.05);border:1px solid #e60b30;border-radius:36px;color:#e60b30;margin:11px 10px 12px 0}.he-bay[data-v-7fc332a0],.he-cat[data-v-7fc332a0]{width:226px;height:72px;font-size:24px;font-weight:500;text-align:center;line-height:70px}.he-bay[data-v-7fc332a0]{background:#e60b30;border-radius:36px;color:#f3f5f7;margin:11px 0 12px 0}.he-goodsPreview__content[data-v-7fc332a0]::-webkit-scrollbar{display:none}.he-goodsPreview__banner[data-v-7fc332a0]{position:relative;background:#fff}.he-goodsPreview__indicators[data-v-7fc332a0]{position:absolute;background:#000;opacity:.5;border-radius:16px;right:24px;bottom:24px;z-index:1000;padding:5px 14px;font-size:20px;font-weight:500;color:#fff}.he-goodsPreview__banner-img[data-v-7fc332a0]{width:750px;height:750px}.he-goodsPreview__item[data-v-7fc332a0]{background:#fff;border-radius:16px;width:710px;margin:20px 20px 0 20px;padding:24px}.he-goodsPreview__name .price[data-v-7fc332a0]{font-size:30px;font-weight:700;color:#e60b30}.he-goodsPreview__name .price[data-v-7fc332a0]:before{content:"¥";font-size:50%}.he-goodsPreview__name .origin-price[data-v-7fc332a0]{font-size:24px;font-weight:500;text-decoration:line-through;color:#999}.he-goodsPreview__name .sale[data-v-7fc332a0]{font-size:24px;font-weight:500;color:#999;float:right}.he-goodsPreview__title[data-v-7fc332a0]{width:545px;font-size:28px;font-weight:700;color:#222;line-height:36px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.he-goodsPreview__share[data-v-7fc332a0]{width:70px;font-size:20px;font-weight:500;color:#999;text-align:center}.he-goodsPreview__share svg[data-v-7fc332a0]{width:36px;height:36px;margin-bottom:4px}.he-goodsPreview__parameter .label[data-v-7fc332a0]{font-size:24px;font-weight:500;color:#999;line-height:36px}.arrow[data-v-7fc332a0]{width:20px;height:20px}.content[data-v-7fc332a0]{font-size:24px;font-family:PingFang SC;font-weight:500;color:#222;line-height:36px;margin-left:21px}.he-goodsPreview__evaluation-header .he-title[data-v-7fc332a0]{font-size:28px;font-family:PingFang SC;font-weight:500;color:#333}.he-goodsPreview__evaluation-header .he-more[data-v-7fc332a0]{font-size:24px;font-family:PingFang SC;font-weight:500;color:#999}.he-goodsPreview__evaluation-header .he-more__top[data-v-7fc332a0]{margin-right:8px}.he-title__sign[data-v-7fc332a0]{width:6px;height:28px;background:#e60b30;border-radius:3px;margin-right:11px}.he-header__avatar[data-v-7fc332a0]{width:48px;height:48px;border-radius:50%}.he-header[data-v-7fc332a0]{margin-top:40px}.he-header__name[data-v-7fc332a0]{font-size:24px;font-family:PingFang SC;font-weight:500;color:#999;margin-left:16px}.he-header__star-item[data-v-7fc332a0]{width:20px;height:20px;margin-left:8px}.he-header__body[data-v-7fc332a0]{font-size:24px;font-family:PingFang SC;font-weight:500;color:#222;line-height:32px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:24px}.he-header__footer[data-v-7fc332a0]{margin-top:24px}.he-header__footer-img[data-v-7fc332a0]{width:160px;height:160px;border-radius:8px;margin-right:4px}.he-detail[data-v-7fc332a0]{margin-top:39px}.he-detail__title[data-v-7fc332a0]{font-size:28px;font-family:PingFang SC;font-weight:500;color:#999;text-align:center;margin-bottom:20px}.he-detail__body[data-v-7fc332a0]{background:#fff;padding:14px 10px;zoom:2}.le-tabs[data-v-8bc13708]{margin-top:24px} \ No newline at end of file diff --git a/views/admin/index.html b/views/admin/index.html index 50d0ddcd..0cb24c64 100644 --- a/views/admin/index.html +++ b/views/admin/index.html @@ -1,43 +1 @@ - - -
- - - - - - - -