فهرست منبع

保存图片分享

shish 5 سال پیش
والد
کامیت
7269cedfaa

+ 1 - 1
ghsApp/dist/build/mp-weixin/admin/home/mall.wxml

@@ -1 +1 @@
-<view class="app-content data-v-2493b82c"><view class="img_box data-v-2493b82c"><image class="img_url data-v-2493b82c" src="{{imgUrl}}"></image></view><view class="confirm-btn _div data-v-2493b82c"><button data-event-opts="{{[['tap',[['downloadImg',['$event']]]]]}}" class="admin-button-com big blue data-v-2493b82c" bindtap="__e">保存图片分享</button></view><view class="confirm-btn1 _div data-v-2493b82c"><button data-event-opts="{{[['tap',[['goToMallPt',['pages/home/index']]]]]}}" class="admin-button-com big blue data-v-2493b82c" bindtap="__e">直接打开分享</button></view></view>
+<view class="app-content data-v-2493b82c"><view class="img_box data-v-2493b82c"><image class="img_url data-v-2493b82c" src="{{imgUrl}}"></image></view><view class="confirm-btn _div data-v-2493b82c"><button data-event-opts="{{[['tap',[['downloadImg',['$event']]]]]}}" class="admin-button-com big blue data-v-2493b82c" bindtap="__e">下载图片分享</button></view><view class="confirm-btn1 _div data-v-2493b82c"><button data-event-opts="{{[['tap',[['goToMallPt',['pages/home/index']]]]]}}" class="admin-button-com big blue data-v-2493b82c" bindtap="__e">直接打开分享</button></view></view>

+ 1 - 1
ghsApp/src/admin/home/mall.vue

@@ -5,7 +5,7 @@
     </view>
     <!-- 确认 -->
       <div class="confirm-btn">
-        <button class="admin-button-com big blue" @click="downloadImg">保存图片分享</button>
+        <button class="admin-button-com big blue" @click="downloadImg">下载图片分享</button>
       </div>
       <div class="confirm-btn1">
         <button class="admin-button-com big blue" @click="goToMallPt('pages/home/index')">直接打开分享</button>

+ 1 - 1
hdApp/dist/build/mp-weixin/admin/cg/mall.wxml

@@ -1 +1 @@
-<view class="app-content data-v-06b498f1"><view class="img_box data-v-06b498f1"><image class="img_url data-v-06b498f1" src="{{imgUrl}}"></image></view><view class="confirm-btn _div data-v-06b498f1"><button data-event-opts="{{[['tap',[['downloadImg',['$event']]]]]}}" class="admin-button-com big blue data-v-06b498f1" bindtap="__e">保存图片分享</button></view><view class="confirm-btn1 _div data-v-06b498f1"><button data-event-opts="{{[['tap',[['goToMallPt',['pages/home/index']]]]]}}" class="admin-button-com big blue data-v-06b498f1" bindtap="__e">直接打开分享</button></view></view>
+<view class="app-content data-v-06b498f1"><view class="img_box data-v-06b498f1"><image class="img_url data-v-06b498f1" src="{{imgUrl}}"></image></view><view class="confirm-btn _div data-v-06b498f1"><button data-event-opts="{{[['tap',[['downloadImg',['$event']]]]]}}" class="admin-button-com big blue data-v-06b498f1" bindtap="__e">下载图片分享</button></view><view class="confirm-btn1 _div data-v-06b498f1"><button data-event-opts="{{[['tap',[['goToMallPt',['pages/home/index']]]]]}}" class="admin-button-com big blue data-v-06b498f1" bindtap="__e">直接打开分享</button></view></view>

+ 1 - 1
hdApp/src/admin/cg/mall.vue

@@ -5,7 +5,7 @@
     </view>
     <!-- 确认 -->
       <div class="confirm-btn">
-        <button class="admin-button-com big blue" @click="downloadImg">保存图片分享</button>
+        <button class="admin-button-com big blue" @click="downloadImg">下载图片分享</button>
       </div>
       <div class="confirm-btn1">
         <button class="admin-button-com big blue" @click="goToMallPt('pages/home/index')">直接打开分享</button>