@@ -145,7 +145,7 @@ var ArrayProto = Array.prototype,
145145 slice = ArrayProto . slice ,
146146 toString = ObjProto . toString ,
147147 hasOwnProperty = ObjProto . hasOwnProperty ,
148- LIB_VERSION = '1.14.7 ' ,
148+ LIB_VERSION = '1.14.8 ' ,
149149 LIB_NAME = 'MiniProgram' ;
150150
151151var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term' ;
@@ -1844,7 +1844,7 @@ _.setQuery = function(params, isEncode) {
18441844 if ( params && _ . isObject ( params ) && ! _ . isEmptyObject ( params ) ) {
18451845 var arr = [ ] ;
18461846 _ . each ( params , function ( value , key ) {
1847- if ( ! ( key === 'q' && _ . isString ( value ) && value . indexOf ( 'http' ) === 0 ) && key !== 'scene' ) {
1847+ if ( ! ( key === 'q' && _ . isString ( value ) && value . indexOf ( 'http' ) === 0 ) ) {
18481848 if ( isEncode ) {
18491849 arr . push ( key + '=' + value ) ;
18501850 } else {
@@ -1982,7 +1982,6 @@ sa.autoTrackCustom = {
19821982 sa . registerApp ( {
19831983 $latest_scene : prop . $scene
19841984 } ) ;
1985-
19861985 prop . $url_query = _ . setQuery ( para . query ) ;
19871986 if ( not_use_auto_track ) {
19881987 prop = _ . extend ( prop , not_use_auto_track ) ;
0 commit comments