Răsfoiți Sursa

流转操作

yuanyuan 3 ani în urmă
părinte
comite
2a946078f8
3 a modificat fișierele cu 76 adăugiri și 75 ștergeri
  1. 70 69
      package.json
  2. 1 1
      src/views/asset/Consignment.vue
  3. 5 5
      src/views/asset/Detail.vue

+ 70 - 69
package.json

@@ -1,71 +1,72 @@
 {
-    "name": "nine-space",
-    "version": "0.1.0",
-    "private": true,
-    "scripts": {
-        "serve": "vue-cli-service serve",
-        "serveRaex": "vue-cli-service serve --mode development_raex",
-        "build": "vue-cli-service build",
-        "lint": "vue-cli-service lint"
-    },
-    "dependencies": {
-        "@better-scroll/core": "^2.4.2",
-        "@chenfengyuan/vue-qrcode": "^2.0.0-rc.1",
-        "@vant/area-data": "^1.1.3",
-        "@vueuse/core": "^8.7.5",
-        "ali-oss": "^6.16.0",
-        "axios": "^0.21.4",
-        "better-scroll": "^2.4.2",
-        "clipboard": "^2.0.8",
-        "compressorjs": "^1.1.1",
-        "core-js": "^3.6.5",
-        "crypto-js": "^4.1.1",
-        "date-fns": "^2.27.0",
-        "dayjs": "^1.10.7",
-        "echarts": "^4.9.0",
-        "element-ui": "^2.15.6",
-        "eruda": "^2.4.1",
-        "html2canvas": "^1.3.2",
-        "lodash": "^4.17.21",
-        "mathjs": "^9.5.1",
-        "mitt": "^3.0.0",
-        "qrcode": "^1.4.4",
-        "query-string": "^7.0.1",
-        "queue": "^6.0.2",
-        "register-service-worker": "^1.7.1",
-        "smoothscroll-polyfill": "^0.4.4",
-        "swiper": "^6.8.1",
-        "three": "^0.136.0",
-        "v-charts": "^1.19.0",
-        "vant": "^3.2.3",
-        "vconsole": "^3.9.4",
-        "vue": "^3.2.20",
-        "vue-clipboard2": "^0.3.3",
-        "vue-croppie": "^2.0.2",
-        "vue-lottie": "^0.2.1",
-        "vue-router": "^4.0.0-0",
-        "vue3-lottie": "^2.3.0",
-        "vuex": "^4.0.0-0"
-    },
-    "devDependencies": {
-        "@volar-plugins/prettier": "^1.1.4",
-        "@vue/cli-plugin-babel": "~4.5.0",
-        "@vue/cli-plugin-eslint": "~4.5.0",
-        "@vue/cli-plugin-router": "~4.5.0",
-        "@vue/cli-plugin-vuex": "~4.5.0",
-        "@vue/cli-service": "~4.5.0",
-        "@vue/compiler-sfc": "^3.0.0",
-        "@vue/composition-api": "^1.6.1",
-        "@vue/eslint-config-prettier": "^6.0.0",
-        "babel-eslint": "^10.1.0",
-        "eslint": "^6.7.2",
-        "eslint-plugin-prettier": "^3.3.1",
-        "eslint-plugin-vue": "^7.0.0",
-        "less": "^3.0.4",
-        "less-loader": "^5.0.0",
-        "prettier": "^2.2.1",
-        "style-resources-loader": "^1.4.1",
-        "vue-cli-plugin-style-resources-loader": "^0.1.5",
-        "vue-picture-cropper": "^0.5.1"
-    }
+  "name": "nine-space",
+  "version": "0.1.0",
+  "private": true,
+  "scripts": {
+    "serve": "vue-cli-service serve",
+    "serveRaex": "vue-cli-service serve --mode development_raex",
+    "build": "vue-cli-service build",
+    "lint": "vue-cli-service lint"
+  },
+  "dependencies": {
+    "@better-scroll/core": "^2.4.2",
+    "@chenfengyuan/vue-qrcode": "^2.0.0-rc.1",
+    "@vant/area-data": "^1.1.3",
+    "@vueuse/core": "^8.7.5",
+    "ali-oss": "^6.16.0",
+    "axios": "^0.21.4",
+    "better-scroll": "^2.4.2",
+    "clipboard": "^2.0.8",
+    "compressorjs": "^1.1.1",
+    "core-js": "^3.6.5",
+    "crypto-js": "^4.1.1",
+    "date-fns": "^2.27.0",
+    "dayjs": "^1.10.7",
+    "echarts": "^4.9.0",
+    "element-ui": "^2.15.6",
+    "eruda": "^2.4.1",
+    "html2canvas": "^1.3.2",
+    "lodash": "^4.17.21",
+    "mathjs": "^9.5.1",
+    "mitt": "^3.0.0",
+    "qrcode": "^1.4.4",
+    "query-string": "^7.0.1",
+    "queue": "^6.0.2",
+    "register-service-worker": "^1.7.1",
+    "smoothscroll-polyfill": "^0.4.4",
+    "swiper": "^6.8.1",
+    "three": "^0.136.0",
+    "v-charts": "^1.19.0",
+    "vant": "^3.2.3",
+    "vconsole": "^3.9.4",
+    "vue": "^3.2.20",
+    "vue-clipboard2": "^0.3.3",
+    "vue-croppie": "^2.0.2",
+    "vue-lottie": "^0.2.1",
+    "vue-picture-cropper": "^0.5.1",
+    "vue-router": "^4.0.0-0",
+    "vue3-lottie": "^2.3.0",
+    "vuex": "^4.0.0-0"
+  },
+  "devDependencies": {
+    "@volar-plugins/prettier": "^1.1.4",
+    "@vue/cli-plugin-babel": "~4.5.0",
+    "@vue/cli-plugin-eslint": "~4.5.0",
+    "@vue/cli-plugin-router": "~4.5.0",
+    "@vue/cli-plugin-vuex": "~4.5.0",
+    "@vue/cli-service": "~4.5.0",
+    "@vue/compiler-sfc": "^3.0.0",
+    "@vue/composition-api": "^1.6.1",
+    "@vue/eslint-config-prettier": "^6.0.0",
+    "babel-eslint": "^10.1.0",
+    "eslint": "^6.7.2",
+    "eslint-plugin-prettier": "^3.3.1",
+    "eslint-plugin-vue": "^7.0.0",
+    "less": "^3.0.4",
+    "less-loader": "^5.0.0",
+    "prettier": "^2.2.1",
+    "style-resources-loader": "^1.4.1",
+    "vue-cli-plugin-style-resources-loader": "^0.1.5",
+    "vue-picture-cropper": "^0.5.1"
+  }
 }

+ 1 - 1
src/views/asset/Consignment.vue

@@ -3,7 +3,7 @@
         <div class="top-content">
             <div class="title">拍卖说明</div>
             <ul class="name">
-                <li>1. 数字艺术品申请拍卖上架后,如5个工作日(120小时)内若未被交易,则自动下架</li>
+                <li>1. 数字艺术品申请拍卖上架后,如5日(120小时)内若未被交易,则自动下架</li>
                 <li>2. 拍卖价格为单个数字艺术品价格</li>
                 <li>3. 竞拍者将会看到数字艺术品的版权情况及数字权益的使用情况</li>
                 <li>4. 委托拍卖成功交易后,数字艺术品的点赞数量将会被清除</li>

+ 5 - 5
src/views/asset/Detail.vue

@@ -726,21 +726,21 @@ export default {
                 .then(() => {
                     if (!this.info.consignment) {
                         Dialog.confirm({
-                            title: '寄售上架',
-                            message: '确定寄售上架吗?'
+                            title: '一口价拍卖',
+                            message: '确定一口价拍卖吗?'
                         }).then(() => {
                             this.$router.push('/Consignment?id=' + this.info.id);
                         });
                     } else {
                         Dialog.confirm({
-                            title: '取消寄售',
-                            message: '确定取消寄售吗?'
+                            title: '取消一口价拍卖',
+                            message: '确定取消一口价拍卖吗?'
                         })
                             .then(() => {
                                 return this.$http.post(`/asset/cancelConsignment?id=${this.info.id}`);
                             })
                             .then(res => {
-                                this.$toast.success('取消寄售');
+                                this.$toast.success('取消一口价拍卖');
                                 setTimeout(() => {
                                     this.getProduct();
                                 }, 1000);