Commit b433049ddac3700273edeb6eb0eecbb49cd1b5d8
1 parent
0eadc4fb
更改自个包里面的
Showing
2 changed files
with
2 additions
and
2 deletions
packageE/pages/giftpack/giftpacklistshop/giftpacklistshop.wxml
... | ... | @@ -222,7 +222,7 @@ |
222 | 222 | <!-- 制作一个圆球导航 --> |
223 | 223 | <!-- <nav_b id="nav_b"></nav_b> --> |
224 | 224 | |
225 | -<include src="../public/buy_com.wxml"></include> | |
225 | +<include src="../../../../pages/giftpack/public/buy_com.wxml"></include> | |
226 | 226 | <canvas canvas-id='share' style='width:750rpx;height:1217rpx;background-color:white;' wx:if="{{!canvasHidden}}"></canvas> |
227 | 227 | <share id="share_button" bind:send="send" bind:cancel="cancel" bind:share_img="saveImageToPhotosAlbum" wx:if="{{share_hidden}}"></share> |
228 | 228 | ... | ... |
pages/user/assistance/task_assistance.wxml
... | ... | @@ -195,5 +195,5 @@ |
195 | 195 | |
196 | 196 | <!-- 二维码显示页面 --> |
197 | 197 | <canvas canvas-id='share_id' style='width:750rpx;height:1200rpx;background-color:white;' wx:if="{{!canvasHidden}}"></canvas> |
198 | -<include src="../../../packageF/giftpack/public/buy_com.wxml"></include> | |
198 | +<include src="../..//giftpack/public/buy_com.wxml"></include> | |
199 | 199 | ... | ... |