index.vue 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. <template>
  2. <view class="content">
  3. <view class="box">
  4. <web-view :src="url" @message="message"></web-view>
  5. </view>
  6. <!-- <view>12zf</view> -->
  7. </view>
  8. </template>
  9. <script>
  10. export default {
  11. data() {
  12. return {
  13. url: '',
  14. shopId:'',
  15. wxOpendata:'',
  16. logindata:'',
  17. id:'',
  18. }
  19. },
  20. onLoad(opt) {
  21. var that=this;
  22. this.wxOpendata=uni.getStorageSync("wxOpendata");
  23. this.logindata=uni.getStorageSync("logindata");
  24. //this.wxOpendata.code='39C455DB5CAF4FD4AE5F3F52EBA8ABD6'
  25. //opt.scene='E37BB2965A084534859DB351BA611AF9' //连锁二号
  26. //opt.scene='1B43BADDB6704B27B6C1604523287EAF' //连锁一号
  27. if(opt.scene){
  28. this.shopId=opt.scene;
  29. that.shopId=that.insertStr(that.shopId,8,"-");
  30. that.shopId=that.insertStr(that.shopId,13,"-");
  31. that.shopId=that.insertStr(that.shopId,18,"-");
  32. that.shopId=that.insertStr(that.shopId,23,"-");
  33. uni.setStorage({
  34. key: 'shopId',
  35. data: that.shopId,
  36. success: function () {
  37. }
  38. });
  39. if(this.shopId!=this.wxOpendata.shopID){
  40. uni.removeStorageSync('wxOpendata');
  41. this.wxOpendata=''
  42. }
  43. }
  44. if (opt.path) {
  45. //this.url = `${this.url}${options.path}`
  46. //this.url = opt.path
  47. console.log('options', opt)
  48. //console.log(opt)
  49. var url=opt.path.replace('$', '?')
  50. this.shopId=opt.shopId;
  51. if(this.shopId!=this.wxOpendata.shopID){
  52. if(opt.shareID){
  53. var webviewurl=url+'&shareID='+opt.shareID+'&type='+opt.type
  54. }else{
  55. var webviewurl=url+'&type='+opt.type
  56. }
  57. var testshopid='1B43BADD-B670-4B27-B6C1-604523287EAF'
  58. uni.setStorage({
  59. key: 'webviewurl',
  60. data: webviewurl,
  61. success: function () {
  62. uni.navigateTo({
  63. url:'../login/empower?shopId='+that.shopId
  64. })
  65. uni.removeStorageSync('wxOpendata');
  66. }
  67. });
  68. return false;
  69. }
  70. if(that.wxOpendata.code){
  71. if(opt.shareID){
  72. var webviewurl=url+"&codeapp="+that.wxOpendata.code+'&shareID='+opt.shareID+'&type='+opt.type+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
  73. }else{
  74. var webviewurl=url+"&codeapp="+that.wxOpendata.code+'&type='+opt.type+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
  75. }
  76. this.url = webviewurl;
  77. /* uni.setStorage({
  78. key: 'webviewurl',
  79. data: webviewurl,
  80. success: function () {
  81. uni.navigateTo({
  82. url:'../login/empower'
  83. })
  84. }
  85. }); */
  86. }else{
  87. if(opt.shareID){
  88. var webviewurl=url+'&shareID='+opt.shareID+'&type='+opt.type
  89. }else{
  90. var webviewurl=url+'&type='+opt.type
  91. }
  92. uni.setStorage({
  93. key: 'webviewurl',
  94. data: webviewurl,
  95. success: function () {
  96. uni.navigateTo({
  97. url:'../login/empower'
  98. })
  99. }
  100. });
  101. }
  102. console.log(url)
  103. }else{
  104. var newwebviewurl = uni.getStorageSync('webviewurl');
  105. if(newwebviewurl){
  106. newwebviewurl=newwebviewurl+"&codeapp="+that.wxOpendata.code+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
  107. this.url=newwebviewurl;
  108. uni.removeStorageSync('webviewurl');
  109. }else{
  110. uni.getLocation({
  111. type: 'gcj02',
  112. success: function (res) {
  113. console.log('当前位置的经度是:' + res.longitude);
  114. console.log('当前位置的纬度:' + res.latitude);
  115. if(opt.id){
  116. if(opt.type==6){
  117. that.url=that.$webURL+'paySuccessPinTuan?id='+opt.id+'&hideHeader=true&codeapp='+that.wxOpendata.code+'&lat='+res.latitude+'&lng='+res.longitude+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
  118. }else{
  119. that.url=that.$webURL+'paySuccess?orderId='+opt.id+'&hideHeader=true&codeapp='+that.wxOpendata.code+'&lat='+res.latitude+'&lng='+res.longitude+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
  120. }
  121. }else{
  122. /* if(!that.wxOpendata.shopID||!that.logindata){
  123. uni.navigateTo({
  124. url:'../login/empower'
  125. })
  126. } */
  127. if(that.wxOpendata.code){
  128. //this.url='http://dms.32che.cn/#/carOwner/index?codeapp='+this.wxOpendata.code+ '&shopId='+this.wxOpendata.shopID
  129. that.url=that.$webURL+'carOwner/index?codeapp='+that.wxOpendata.code+ '&shopId='+that.wxOpendata.shopID+'&lat='+res.latitude+'&lng='+res.longitude+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
  130. }else{
  131. that.url=that.$webURL+'carOwner/index?codeapp=&shopId=&lat='+res.latitude+'&lng='+res.longitude
  132. }
  133. }
  134. },
  135. fail(err) {
  136. console.log(err)
  137. if(opt.id){
  138. if(opt.type==6){
  139. that.url=that.$webURL+'paySuccessPinTuan?id='+opt.id+'&hideHeader=true&codeapp='+that.wxOpendata.code+'&lat=&lng=&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
  140. }else{
  141. that.url=that.$webURL+'paySuccess?orderId='+opt.id+'&hideHeader=true&codeapp='+that.wxOpendata.code+'&lat=&lng=&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
  142. }
  143. }else{
  144. if(!that.wxOpendata.shopID){
  145. uni.navigateTo({
  146. url:'../login/empower'
  147. })
  148. }
  149. if(that.wxOpendata.code){
  150. //this.url='http://dms.32che.cn/#/carOwner/index?codeapp='+this.wxOpendata.code+ '&shopId='+this.wxOpendata.shopID
  151. that.url=that.$webURL+'carOwner/index?codeapp='+that.wxOpendata.code+ '&shopId='+that.wxOpendata.shopID+'&lat=""&lng=""'+'&isDmsOpen='+that.wxOpendata.isDmsOpen+'&isMarketingOpen='+that.wxOpendata.isMarketingOpen
  152. }
  153. }
  154. }
  155. });
  156. }
  157. }
  158. console.log(opt)
  159. //opt.id='3A9DBC40-D5D4-43A6-8ACA-5CF909771512'
  160. /* if(opt.shopId){
  161. this.url2='http://wx.32che.cn/weixin/authorize?path=/carOwner/index&isCarOwner=true&shopId='+opt.shopId
  162. } */
  163. //http://192.168.0.215:9588/#/carOwner/index?codeapp=D8E849B9EE0D4A07812BB0186E77B993&lat=36.68013&lng=117.06533
  164. },
  165. methods: {
  166. goUrl(){
  167. },
  168. insertStr(soure, start, newStr){
  169. return soure.slice(0, start) + newStr + soure.slice(start);
  170. },
  171. message(event){
  172. console.log(event);
  173. let { data } = event.mp.detail
  174. console.log('message', data)
  175. this.shareData = JSON.parse(data.pop())
  176. console.log(this.shareData)
  177. //this.shareData= event.mp.detail
  178. },
  179. },
  180. onShareAppMessage(){
  181. console.log(this.shareData)
  182. /* var share={
  183. url:this.shareData.path
  184. }
  185. var obj=JSON.stringify(share) */
  186. var newUrl=this.shareData.path.replace('?', '$')
  187. newUrl=newUrl+'&shopId='+this.wxOpendata.shopID
  188. console.log(newUrl)
  189. /*
  190. if (this.shareData) {
  191. path = shareData.path
  192. } */
  193. return {
  194. title:this.shareData.title,
  195. path: 'pages/index/index?path='+ encodeURI(newUrl),
  196. //path: 'pages/index/home?path='+ obj+'&id='+this.shareData.id+'&shareID='+this.shareData.shareID,
  197. imageUrl:this.shareData.img,
  198. desc:this.shareData.desc,
  199. success: function (res) {
  200. // 转发成功
  201. wx.showToast({
  202. title: "转发成功",
  203. icon: 'success',
  204. duration: 2000
  205. })
  206. },
  207. fail: function (res) {
  208. // 转发失败
  209. },
  210. }
  211. }
  212. }
  213. </script>
  214. <style>
  215. .content {
  216. /* display: flex;
  217. flex-direction: column;
  218. align-items: center;
  219. justify-content: center; */
  220. }
  221. .box{
  222. padding-bottom: env(safe-area-inset-bottom);
  223. }
  224. .logo {
  225. height: 200rpx;
  226. width: 200rpx;
  227. margin-top: 200rpx;
  228. margin-left: auto;
  229. margin-right: auto;
  230. margin-bottom: 50rpx;
  231. }
  232. .text-area {
  233. display: flex;
  234. justify-content: center;
  235. }
  236. .title {
  237. font-size: 36rpx;
  238. color: #8f8f94;
  239. }
  240. </style>