zs 2 years ago
parent
commit
4a4a655fc8
3 changed files with 10 additions and 5 deletions
  1. 8 3
      common/css/font-icon.css
  2. 1 1
      pagesHome/group/share.vue
  3. 1 1
      pagesHome/order/order.vue

+ 8 - 3
common/css/font-icon.css

@@ -2,9 +2,9 @@
   font-family: "iconfont"; /* Project id 3674157 */
   font-family: "iconfont"; /* Project id 3674157 */
   /* Color fonts */
   /* Color fonts */
   src: 
   src: 
-       url('https://at.alicdn.com/t/c/font_3674157_wr9i606y7ko.woff2?t=1665542913461') format('woff2'),
-       url('https://at.alicdn.com/t/c/font_3674157_wr9i606y7ko.woff?t=1665542913461') format('woff'),
-       url('https://at.alicdn.com/t/c/font_3674157_wr9i606y7ko.ttf?t=1665542913461') format('truetype');
+       url('https://at.alicdn.com/t/c/font_3674157_otfqobpw55.woff2?t=1665648026258') format('woff2'),
+       url('https://at.alicdn.com/t/c/font_3674157_otfqobpw55.woff?t=1665648026258') format('woff'),
+       url('https://at.alicdn.com/t/c/font_3674157_otfqobpw55.ttf?t=1665648026258') format('truetype');
 }
 }
 
 
 .iconfont {
 .iconfont {
@@ -15,6 +15,10 @@
   -moz-osx-font-smoothing: grayscale;
   -moz-osx-font-smoothing: grayscale;
 }
 }
 
 
+.icon-top:before {
+  content: "\e606";
+}
+
 .icon-qianggou:before {
 .icon-qianggou:before {
   content: "\e619";
   content: "\e619";
 }
 }
@@ -162,3 +166,4 @@
 .icon-daipinglun:before {
 .icon-daipinglun:before {
   content: "\e602";
   content: "\e602";
 }
 }
+

+ 1 - 1
pagesHome/group/share.vue

@@ -71,7 +71,7 @@
 		},
 		},
 		onLoad: function(e) {
 		onLoad: function(e) {
 			const that = this;
 			const that = this;
-			that.$set(that, `id`, e.id || '63437e3ba163596194c3e830');
+			that.$set(that, `id`, e.id || '');
 		},
 		},
 		onShow: function() {
 		onShow: function() {
 			const that = this;
 			const that = this;

+ 1 - 1
pagesHome/order/order.vue

@@ -274,7 +274,7 @@
 												})
 												})
 											if (group.errcode == '0') {
 											if (group.errcode == '0') {
 												if (group.data) {
 												if (group.data) {
-													uni.navigateTo({
+													uni.reLaunch({
 														url: `/pagesHome/group/share?id=${group.data}`
 														url: `/pagesHome/group/share?id=${group.data}`
 													})
 													})
 												} else {
 												} else {