|
@@ -292,7 +292,8 @@ export default {
|
|
|
},
|
|
},
|
|
|
getInfo(id){
|
|
getInfo(id){
|
|
|
let that = this
|
|
let that = this
|
|
|
- getDetail({ id }).then(res => {
|
|
|
|
|
|
|
+ let salt = that.option.salt || ''
|
|
|
|
|
+ getDetail({ id:id,salt:salt }).then(res => {
|
|
|
if (res.code == 1) {
|
|
if (res.code == 1) {
|
|
|
that.detailInfo = res.data || {}
|
|
that.detailInfo = res.data || {}
|
|
|
uni.pageScrollTo({ scrollTop: 0, duration: 200 })
|
|
uni.pageScrollTo({ scrollTop: 0, duration: 200 })
|