zhengshuiqi 3 years ago
parent
commit
971d1171ea
  1. 2
      pages/login/index.vue
  2. 9
      pages/productDetails/index.vue

2
pages/login/index.vue

@ -63,7 +63,7 @@
<view class="agreement_right">
by continuong, you agree to be <text class="text" @click="gotonewpage(1)"> terms of use
</text> and <text class="text" @click="gotonewpage(2)"> privacy policy</text>.
</view>
</view>
</view>
<view class="cellphone" style="padding-top: 15px;">
<view class="cellphone-box">

9
pages/productDetails/index.vue

@ -470,8 +470,9 @@
defaultRequest2,
defaultRequest4
} from '../../api/index.js'
const fb = require('facebook-node-sdk');
// const fb = require('facebook-node-sdk');
const app = getApp()
// var FacebookShare = require('facebook-share-link')
export default {
data() {
return {
@ -1124,7 +1125,11 @@
// }, function(response){
// console.log(response);
// });
// var share = FacebookShare(884982142884404)
// share({
// href: 'http://www.my-website.com',
// display: 'popup'
// })
},
// 1
Copylink() {

Loading…
Cancel
Save