|
|
@@ -123,10 +123,10 @@
|
|
|
<button class="action-button" @click="editDesc()">图文介绍</button>
|
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="shareItem()">查看商品</button>
|
|
|
+ <button class="action-button" @click="shareItem()">分享商品</button>
|
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="getHdPosterFn()">生成海报</button>
|
|
|
+ <button class="action-button" @click="getMyPoster()">生成海报</button>
|
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
|
<button class="action-button" @click="orderRecord()">下单记录</button>
|
|
|
@@ -409,11 +409,11 @@ export default {
|
|
|
closePoster(){
|
|
|
this.$refs.posterShow.close()
|
|
|
},
|
|
|
- getHdPosterFn(){
|
|
|
+ getMyPoster(){
|
|
|
this.closeRightShow()
|
|
|
let that = this
|
|
|
uni.showLoading({mask:true})
|
|
|
- getHdPoster({id:this.currentInfo.id}).then(res=>{
|
|
|
+ getPoster({id:this.currentInfo.id}).then(res=>{
|
|
|
uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
|
that.posterUrl = res.data.imgUrl
|