@@ -179,6 +106,7 @@ import { formatCurrency } from '@/util/index.js'
import { mapGetters } from 'vuex'
import RegionSelect from '@/components/region-select/index.vue'
import RaisedTabbar from '@/components/raised-tabbar.vue'
+import GoodsList from '@/components/goods-list.vue'
export default {
components: {
noticePopup,
@@ -187,6 +115,7 @@ export default {
getTree,
areaProductList,
RegionSelect,
+ GoodsList,
},
filters: {
seles(value) {
diff --git a/pages/mine/share/index.vue b/pages/mine/share/index.vue
index 875aa22..442bfd9 100644
--- a/pages/mine/share/index.vue
+++ b/pages/mine/share/index.vue
@@ -5,6 +5,7 @@
>
+
{{ item.classifyName }}
-
+
0) {
let arr = []
if (options.childArea) {
- this.specialArea = options.childArea
+ this.specialArea = this.specialAreaProp || options.childArea
// this.diff = 1
} else {
JSON.parse(options.children).forEach(item => {
@@ -306,7 +311,7 @@ export default {
this.diff = options.diff
}
} else {
- this.specialArea = options.specialArea
+ this.specialArea = this.specialAreaProp || options.specialArea
}
this.titLabel = options.label
@@ -349,6 +354,7 @@ export default {
},
onShow() {
this.newShareMember = uni.getStorageSync('User')?.loginType !== 0
+ console.log(this.newShareMember, '...this.newShareMember')
let that = this
uni.$on('returnData', function (data) {
that.specialArea = data.value
diff --git a/static/images/share-bg.jpg b/static/images/share-bg.jpg
index 9a6b03b..90d0302 100644
Binary files a/static/images/share-bg.jpg and b/static/images/share-bg.jpg differ